Public Types | Private Types | List of all members
boost::copy_cv< T, U > Struct Template Reference

#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
 

Detailed Description

template<class T, class U>
struct boost::copy_cv< T, U >

Definition at line 21 of file copy_cv.hpp.

Member Typedef Documentation

template<class T, class U>
typedef boost::conditional<boost::is_const<U>::value, typename boost::add_const<T>::type, T>::type boost::copy_cv< T, U >::CT
private

Definition at line 25 of file copy_cv.hpp.

template<class T, class U>
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.


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


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:33