Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::type_erasure::copy_constructible< T > Struct Template Reference

The copy_constructible concept allows objects to be copied and destroyed. More...

#include <builtin.hpp>

Inheritance diagram for boost::type_erasure::copy_constructible< T >:
Collaboration diagram for boost::type_erasure::copy_constructible< T >:

Detailed Description

template<class T = _self>
struct boost::type_erasure::copy_constructible< T >

The copy_constructible concept allows objects to be copied and destroyed.

Note
This concept is defined to match C++ 2003, [lib.copyconstructible]. It is not equivalent to the concept of the same name in C++11.

The documentation for this struct was generated from the following file: