The specialised version of tconst_clone. More...
#include <const_clone.hpp>
Public Types | |
| typedef const D | type |
| typedef const D & | reference |
| typedef const D * | pointer |
The specialised version of tconst_clone.
This version is used when the S is const-qualified.
Definition at line 68 of file const_clone.hpp.
| typedef const D* utils::tconst_clone< D, S, typename boost::enable_if< boost::is_const< typename boost::remove_pointer< typename boost::remove_reference< S >::type >::type > >::type >::pointer |
Definition at line 82 of file const_clone.hpp.
| typedef const D& utils::tconst_clone< D, S, typename boost::enable_if< boost::is_const< typename boost::remove_pointer< typename boost::remove_reference< S >::type >::type > >::type >::reference |
Definition at line 81 of file const_clone.hpp.
| typedef const D utils::tconst_clone< D, S, typename boost::enable_if< boost::is_const< typename boost::remove_pointer< typename boost::remove_reference< S >::type >::type > >::type >::type |
Definition at line 80 of file const_clone.hpp.
1.8.8