Searched defs:if_ (Results 1 – 3 of 3) sorted by relevance
55 struct if_ struct67 > almost_type_;70 typedef typename almost_type_::type type;
686 struct if_ : transform<if_<If, Then, Else> > struct688 typedef if_ proto_grammar;691 struct impl : transform_impl<Expr, State, Data>
49 struct if_ : if_c<0 != T1::value, T2, T3> struct