A metafunction for generating ternary conditional expression types, a grammar element for matching ternary conditional expressions, and a PrimitiveTransform that dispatches to the pass_through<> transform.
More...
#include <traits.hpp>


Classes | |
| struct | impl |
Public Types | |
| typedef proto::expr < proto::tag::if_else_, list3 < T, U, V >, 3 > | type |
| typedef proto::basic_expr < proto::tag::if_else_, list3 < T, U, V >, 3 > | proto_grammar |
| typedef proto::tag::if_else_ | proto_tag |
| INTERNAL ONLY. More... | |
| typedef T | proto_child0 |
| INTERNAL ONLY. More... | |
| typedef U | proto_child1 |
| INTERNAL ONLY. More... | |
| typedef V | proto_child2 |
| INTERNAL ONLY. More... | |
| typedef if_else_< T, U, V > | transform_type |
Public Member Functions | |
| BOOST_PROTO_CALLABLE () typedef intproto_is_transform_ | |
| BOOST_FORCEINLINE boost::proto::detail::apply_transform < transform_type(Expr const &)> ::result_type | operator() (Expr &&e) const |
| BOOST_FORCEINLINE boost::proto::detail::apply_transform < transform_type(Expr const &, State const &)> ::result_type | operator() (Expr &&e, State &&s) const |
| BOOST_FORCEINLINE boost::proto::detail::apply_transform < transform_type(Expr const &, State const &, Data const &)> ::result_type | operator() (Expr &&e, State &&s, Data &&d) const |
A metafunction for generating ternary conditional expression types, a grammar element for matching ternary conditional expressions, and a PrimitiveTransform that dispatches to the pass_through<> transform.
| typedef T boost::proto::if_else_< T, U, V >::proto_child0 |
INTERNAL ONLY.
| typedef U boost::proto::if_else_< T, U, V >::proto_child1 |
INTERNAL ONLY.
| typedef V boost::proto::if_else_< T, U, V >::proto_child2 |
INTERNAL ONLY.
| typedef proto::basic_expr<proto::tag::if_else_, list3<T, U, V>, 3> boost::proto::if_else_< T, U, V >::proto_grammar |
| typedef proto::tag::if_else_ boost::proto::if_else_< T, U, V >::proto_tag |
INTERNAL ONLY.
|
inherited |
| typedef proto::expr<proto::tag::if_else_, list3<T, U, V>, 3> boost::proto::if_else_< T, U, V >::type |
|
inherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |