Searched defs:copy_cv (Results 1 – 1 of 1) sorted by relevance
21 template<class T, class U> struct copy_cv struct25 …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;