Searched refs:is_non_const_ref (Results 1 – 2 of 2) sorted by relevance
32 struct is_non_const_ref : boost::mpl::false_ {}; struct34 struct is_non_const_ref<T&> : boost::mpl::true_ {}; struct36 struct is_non_const_ref<const T&> : boost::mpl::false_ {}; struct42 ::boost::type_erasure::detail::is_non_const_ref<
42 typename ::boost::mpl::if_c< ::boost::type_erasure::detail::is_non_const_ref<P>::value,