Home
last modified time | relevance | path

Searched refs:true_t (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/move/
Dunique_ptr.hpp59 typedef char true_t; typedef in boost::move_upd::is_noncopyable
62 template<class U> static true_t dispatch(typename U::boost_move_no_copy_constructor_or_assign*);
64 static const bool value = sizeof(dispatch<T>(0)) == sizeof(true_t);
265 typedef char true_t; typedef in boost::move_upd::is_rvalue_convertible
268 static true_t dispatch(U);
271 static const bool value = sizeof(dispatch(trigger())) == sizeof(true_t);
/third_party/boost/boost/move/detail/
Dunique_ptr_meta_utils.hpp429 typedef char true_t; typedef in boost::move_upmu::is_convertible
432 static true_t dispatch(U);
435 static const bool value = sizeof(dispatch(trigger())) == sizeof(true_t);
Dmeta_utils.hpp306 typedef char true_t; typedef in boost::move_detail::is_convertible
309 static true_t dispatch(U);
312 static const bool value = sizeof(dispatch(trigger())) == sizeof(true_t);
/third_party/boost/boost/
Doperators.hpp674 struct true_t {}; struct
695 typedef operators_detail::true_t value; \
703 typedef operators_detail::true_t value; \
711 typedef operators_detail::true_t value; \
719 typedef operators_detail::true_t value; \
749 struct template_name<T, U, operators_detail::empty_base<T>, operators_detail::true_t> \
758 typedef operators_detail::true_t value; \
Doperators_v1.hpp719 struct true_t {}; struct
738 typedef ::boost::detail::true_t value; \
747 typedef ::boost::detail::true_t value; \
756 typedef ::boost::detail::true_t value; \
765 typedef ::boost::detail::true_t value; \
791 struct template_name<T, U, B, ::boost::detail::true_t> \
800 typedef ::boost::detail::true_t value; \