#include <copy_cv.hpp>
Public Types | |
typedef boost::conditional< boost::is_volatile< U >::value, typename boost::add_volatile< CT >::type, CT >::type | type |
Private Types | |
typedef boost::conditional< boost::is_const< U >::value, typename boost::add_const< T >::type, T >::type | CT |
Definition at line 21 of file copy_cv.hpp.
|
private |
Definition at line 25 of file copy_cv.hpp.
typedef boost::conditional<boost::is_volatile<U>::value, typename boost::add_volatile<CT>::type, CT>::type boost::copy_cv< T, U >::type |
Definition at line 29 of file copy_cv.hpp.