Searched defs:bool_ (Results 1 – 3 of 3) sorted by relevance
23 template< bool C_ > struct bool_ struct27 typedef bool_ type; argument34 bool const bool_<C_>::value; argument
173 struct bool_<true> : mpl::bool_<true> struct175 typedef bool_<true>* is_true; 179 struct bool_<false> : mpl::bool_<false> struct181 typedef bool_<false>* is_false;
57 struct bool_ : integral_constant<bool, C_> struct59 operator bool() const { return C_; } in operator bool()60 bool operator()() const { return C_; } in operator ()()