Searched defs:if_else_ (Results 1 – 2 of 2) sorted by relevance
423 struct if_else_ struct426 typedef proto::expr<proto::tag::if_else_, list3<T, U, V>, 3> type;427 typedef proto::basic_expr<proto::tag::if_else_, list3<T, U, V>, 3> proto_grammar;430 struct impl435 typedef proto::tag::if_else_ proto_tag;437 typedef T proto_child0;439 typedef U proto_child1;441 typedef V proto_child2;
150 struct if_else_ {}; struct