Searched defs:if_impl (Results 1 – 4 of 4) sorted by relevance
| /third_party/boost/libs/hana/include/boost/hana/ |
| D | if.hpp | 50 struct if_impl<L, when<condition>> : default_ { struct 52 static constexpr auto apply(C&& c, T&& t, E&& e) { in apply()
|
| D | bool.hpp | 245 struct if_impl<integral_constant_tag<T>> { struct 250 return if_impl::apply(hana::bool_<cond>{}, in apply() argument 261 apply(hana::true_ const&, Then&& t, Else&&) in apply() 266 apply(hana::false_ const&, Then&&, Else&& e) in apply()
|
| /third_party/boost/boost/hana/ |
| D | if.hpp | 50 struct if_impl<L, when<condition>> : default_ { struct 52 static constexpr auto apply(C&& c, T&& t, E&& e) { in apply()
|
| D | bool.hpp | 245 struct if_impl<integral_constant_tag<T>> { struct 250 return if_impl::apply(hana::bool_<cond>{}, in apply() argument 261 apply(hana::true_ const&, Then&& t, Else&&) in apply() 266 apply(hana::false_ const&, Then&&, Else&& e) in apply()
|