poly_view_instance< T > Struct Template ReferenceImplementation of poly_view_interface in terms of types modeling ViewConcept . Used in poly<view> implementation. More...
Detailed Descriptiontemplate<typename T>
| |||||||||||||||||||||||||||||||||||||||||||||||
| typedef optimized_storage_type<T, poly_view_interface>::type base_t |
Definition at line 44 of file poly_view.hpp.
Constructor & Destructor Documentation
| poly_view_instance | ( | const T & | x ) |
Construct from concrete value
Definition at line 54 of file poly_view.hpp.
| poly_view_instance | ( | move_from< poly_view_instance< T > > | x ) |
Move constructor
Definition at line 59 of file poly_view.hpp.
Member Function Documentation
| BOOST_CLASS_REQUIRE | ( | T | , |
| adobe | , | ||
| ViewConcept | |||
| ) |
Check that T models appropriate concept for C++ 2003
| void display | ( | const any_regular_t & | new_value ) |
Definition at line 61 of file poly_view.hpp.

