Searched defs:if_else_ (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/boost/proto/ |
D | traits.hpp | 423 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;
|
D | tags.hpp | 150 struct if_else_ {}; struct
|
/third_party/boost/libs/spirit/classic/phoenix/example/fundamental/ |
D | sample6.cpp | 55 if_else_(CondT const& cond, TrueT const& true_, FalseT const& false_) in if_else_() function
|
/third_party/boost/libs/proto/example/ |
D | lambda.hpp | 52 struct if_else_ {}; struct
|