Home
last modified time | relevance | path

Searched refs:is_non_const_ref (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/type_erasure/detail/
Dconst.hpp32 struct is_non_const_ref : boost::mpl::false_ {}; struct
34 struct is_non_const_ref<T&> : boost::mpl::true_ {}; struct
36 struct is_non_const_ref<const T&> : boost::mpl::false_ {}; struct
42 ::boost::type_erasure::detail::is_non_const_ref<
Dmember11.hpp42 typename ::boost::mpl::if_c< ::boost::type_erasure::detail::is_non_const_ref<P>::value,