Home
last modified time | relevance | path

Searched defs:copy_cv (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dcopy_cv.hpp21 template<class T, class U> struct copy_cv struct
25 …name boost::conditional<boost::is_const<U>::value, typename boost::add_const<T>::type, T>::type CT;
29 …::conditional<boost::is_volatile<U>::value, typename boost::add_volatile<CT>::type, CT>::type type;