Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::fusion::boost_tuple_iterator< Cons >::deref< Iterator > Struct Template Reference

#include <boost_tuple_iterator.hpp>

Public Types

typedef value_of< Iterator >::type element
 
typedef mpl::if_< is_const
< typename Iterator::cons_type >
, typename
tuples::access_traits< element >
::const_type, typename
tuples::access_traits< element >
::non_const_type >::type 
type
 

Static Public Member Functions

static
BOOST_FUSION_GPU_ENABLED type 
call (Iterator const &iter)
 

Member Typedef Documentation

template<typename Cons = tuples::null_type>
template<typename Iterator >
typedef value_of<Iterator>::type boost::fusion::boost_tuple_iterator< Cons >::deref< Iterator >::element
template<typename Cons = tuples::null_type>
template<typename Iterator >
typedef mpl::if_< is_const<typename Iterator::cons_type> , typename tuples::access_traits<element>::const_type , typename tuples::access_traits<element>::non_const_type >::type boost::fusion::boost_tuple_iterator< Cons >::deref< Iterator >::type

Member Function Documentation

template<typename Cons = tuples::null_type>
template<typename Iterator >
static BOOST_FUSION_GPU_ENABLED type boost::fusion::boost_tuple_iterator< Cons >::deref< Iterator >::call ( Iterator const &  iter)
inlinestatic

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