Home
last modified time | relevance | path

Searched refs:unspecified_bool (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/core/
Dexplicit_operator_bool.hpp92 struct unspecified_bool struct
100 typedef void (*unspecified_bool_type)(unspecified_bool::OPERATORS_NOT_ALLOWED*);
105 struct unspecified_bool
113 … typedef void (unspecified_bool::*unspecified_bool_type)(unspecified_bool::OPERATORS_NOT_ALLOWED*);
124 …return (!this->operator! () ? &boost::detail::unspecified_bool::true_value : (boost::detail::unspe…
130 …return (!this->operator! () ? &boost::detail::unspecified_bool::true_value : (boost::detail::unspe…
136 …return (!this->operator! () ? &boost::detail::unspecified_bool::true_value : (boost::detail::unspe…
/third_party/boost/boost/smart_ptr/detail/
Doperator_bool.hpp26 static void unspecified_bool( this_type*** ) in unspecified_bool() function
34 return px == 0? 0: unspecified_bool; in operator unspecified_bool_type()
/third_party/boost/boost/range/detail/
Dsafe_bool.hpp34 static void unspecified_bool(this_type***) in unspecified_bool() function in boost::range_detail::safe_bool
40 return x ? unspecified_bool : 0; in to_unspecified_bool()