Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
phoenix::tuple_element< 1, TupleT > Struct Template Reference

#include <tuples.hpp>

Public Types

typedef TupleT::b_type type
 
typedef impl::access< type >::type rtype
 
typedef impl::access< type >::ctype crtype
 

Static Public Member Functions

static rtype get (TupleT &t)
 
static crtype get (TupleT const &t)
 

Member Typedef Documentation

template<typename TupleT >
typedef impl::access<type>::ctype phoenix::tuple_element< 1, TupleT >::crtype
template<typename TupleT >
typedef impl::access<type>::type phoenix::tuple_element< 1, TupleT >::rtype
template<typename TupleT >
typedef TupleT::b_type phoenix::tuple_element< 1, TupleT >::type

Member Function Documentation

template<typename TupleT >
static rtype phoenix::tuple_element< 1, TupleT >::get ( TupleT &  t)
inlinestatic

References boost::flyweights::t.

template<typename TupleT >
static crtype phoenix::tuple_element< 1, TupleT >::get ( TupleT const &  t)
inlinestatic

References boost::flyweights::t.


The documentation for this struct was generated from the following file: