Home
last modified time | relevance | path

Searched defs:if_else_ (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/proto/
Dtraits.hpp423 struct if_else_ struct
426 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 impl
435 typedef proto::tag::if_else_ proto_tag;
437 typedef T proto_child0;
439 typedef U proto_child1;
441 typedef V proto_child2;
Dtags.hpp150 struct if_else_ {}; struct
/third_party/boost/libs/spirit/classic/phoenix/example/fundamental/
Dsample6.cpp55 if_else_(CondT const& cond, TrueT const& true_, FalseT const& false_) in if_else_() function
/third_party/boost/libs/proto/example/
Dlambda.hpp52 struct if_else_ {}; struct