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

#include <array_iterator.hpp>

Public Types

typedef Iterator::array_type array_type
 
typedef mpl::if_< is_const
< array_type >, typename
array_type::const_reference,
typename array_type::reference >
::type 
type
 

Static Public Member Functions

static
BOOST_FUSION_GPU_ENABLED type 
call (Iterator const &it)
 

Member Typedef Documentation

template<typename Array, int Pos>
template<typename Iterator >
typedef Iterator::array_type boost::fusion::array_iterator< Array, Pos >::deref< Iterator >::array_type
template<typename Array, int Pos>
template<typename Iterator >
typedef mpl::if_< is_const<array_type> , typename array_type::const_reference , typename array_type::reference >::type boost::fusion::array_iterator< Array, Pos >::deref< Iterator >::type

Member Function Documentation

template<typename Array, int Pos>
template<typename Iterator >
static BOOST_FUSION_GPU_ENABLED type boost::fusion::array_iterator< Array, Pos >::deref< Iterator >::call ( Iterator const &  it)
inlinestatic

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