Searched refs:true_t (Results 1 – 5 of 5) sorted by relevance
59 typedef char true_t; typedef in boost::move_upd::is_noncopyable62 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_convertible268 static true_t dispatch(U);271 static const bool value = sizeof(dispatch(trigger())) == sizeof(true_t);
429 typedef char true_t; typedef in boost::move_upmu::is_convertible432 static true_t dispatch(U);435 static const bool value = sizeof(dispatch(trigger())) == sizeof(true_t);
306 typedef char true_t; typedef in boost::move_detail::is_convertible309 static true_t dispatch(U);312 static const bool value = sizeof(dispatch(trigger())) == sizeof(true_t);
674 struct true_t {}; struct695 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; \
719 struct true_t {}; struct738 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; \