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

#include <std_tuple_iterator.hpp>

Public Types

typedef value_of< Iterator >::type element
 
typedef mpl::if_< is_const
< typename
Iterator::tuple_type >
, typename
fusion::detail::cref_result
< element >::type, typename
fusion::detail::ref_result
< element >::type >::type 
type
 

Static Public Member Functions

static
BOOST_FUSION_GPU_ENABLED type 
call (Iterator const &iter)
 

Member Typedef Documentation

template<typename Tuple , int Index>
template<typename Iterator >
typedef value_of<Iterator>::type boost::fusion::std_tuple_iterator< Tuple, Index >::deref< Iterator >::element
template<typename Tuple , int Index>
template<typename Iterator >
typedef mpl::if_< is_const<typename Iterator::tuple_type> , typename fusion::detail::cref_result<element>::type , typename fusion::detail::ref_result<element>::type >::type boost::fusion::std_tuple_iterator< Tuple, Index >::deref< Iterator >::type

Member Function Documentation

template<typename Tuple , int Index>
template<typename Iterator >
static BOOST_FUSION_GPU_ENABLED type boost::fusion::std_tuple_iterator< Tuple, Index >::deref< Iterator >::call ( Iterator const &  iter)
inlinestatic

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