Searched defs:if_impl (Results 1 – 2 of 2) sorted by relevance
50 struct if_impl<L, when<condition>> : default_ { struct52 static constexpr auto apply(C&& c, T&& t, E&& e) { in apply()
245 struct if_impl<integral_constant_tag<T>> { struct250 return if_impl::apply(hana::bool_<cond>{}, in apply() argument261 apply(hana::true_ const&, Then&& t, Else&&) in apply()266 apply(hana::false_ const&, Then&&, Else&& e) in apply()