Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::type_erasure::tuple_iterator< Tuple, N >::deref< It > Struct Template Reference

#include <tuple.hpp>

Public Types

typedef Tuple::template at
< Tuple, mpl::int_< N >
>::type 
type
 

Static Public Member Functions

static type call (It it)
 

Member Typedef Documentation

template<class Tuple , int N>
template<class It >
typedef Tuple::template at<Tuple, mpl::int_<N> >::type boost::type_erasure::tuple_iterator< Tuple, N >::deref< It >::type

Member Function Documentation

template<class Tuple , int N>
template<class It >
static type boost::type_erasure::tuple_iterator< Tuple, N >::deref< It >::call ( It  it)
inlinestatic

References template.


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