#include <tuple_helpers.hpp>
Classes | |
struct | is_default_t |
Public Types | |
typedef tuple_element< N, TupleResultT >::type | type |
typedef is_default_t< true > | is_default |
typedef is_default_t< false > | is_not_default |
Static Public Member Functions | |
static type | actor_element (ActorTupleT const &, is_default) |
static type | actor_element (ActorTupleT const &actor_tuple, is_not_default) |
static type | do_ (ActorTupleT const &actor_tuple) |
typedef is_default_t<true> phoenix::impl::convert_actor< N, TupleResultT, ActorTupleT >::is_default |
typedef is_default_t<false> phoenix::impl::convert_actor< N, TupleResultT, ActorTupleT >::is_not_default |
typedef tuple_element<N, TupleResultT>::type phoenix::impl::convert_actor< N, TupleResultT, ActorTupleT >::type |
|
inlinestatic |
|
inlinestatic |
References phoenix::BOOST_STATIC_ASSERT().
|
inlinestatic |