|
poly_copyable_instance< T > Struct Template Reference
Detailed Descriptiontemplate<typename T>
| ||||||||||||||||||||||||||||||||||||||||||||||||||
| typedef optimized_storage_type<T, poly_copyable_interface>::type base_t |
Definition at line 40 of file poly_copyable.hpp.
Constructor & Destructor Documentation
| poly_copyable_instance | ( | const T & | x | ) |
Construct from concrete copyable
Definition at line 50 of file poly_copyable.hpp.
| poly_copyable_instance | ( | move_from< poly_copyable_instance< T > > | x | ) |
Move constructor
Definition at line 55 of file poly_copyable.hpp.
Member Function Documentation
| BOOST_CLASS_REQUIRE | ( | T | , |
| boost | , | ||
| CopyConstructibleConcept | |||
| ) |
Check that T models appropriate concept for C++ 2003

