My Project
Classes
is_copyable.hpp File Reference
#include "bool_constant.hpp"
#include "is_copy_assignable.hpp"
#include "is_copy_constructible.hpp"

Go to the source code of this file.

Classes

class  bsl::is_copyable< T >
 If the provided type is copy assignable and constructible, provides the member constant value equal to true. Otherwise the member constant value is false. More...
 

Detailed Description