Home
last modified time | relevance | path

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

/third_party/boost/boost/move/
Dunique_ptr.hpp187 struct is_same_cvelement_and_convertible struct
189 typedef typename bmupmu::remove_reference<P1>::type arg1;
190 typedef typename bmupmu::remove_reference<P2>::type arg2;
191 static const bool same_cvless =
193 static const bool value = same_cvless && bmupmu::is_convertible<arg1, arg2>::value;