Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::fusion::detail::pair_from< It, true > Struct Template Reference

#include <convert.hpp>

Public Types

typedef result_of::key_of< It >
::type 
key_type
 
typedef
result_of::value_of_data< It >
::type 
data_type
 
typedef fusion::pair< key_type,
data_type
type
 

Static Public Member Functions

static
BOOST_FUSION_GPU_ENABLED type 
call (It const &it)
 

Member Typedef Documentation

template<typename It >
typedef result_of::value_of_data<It>::type boost::fusion::detail::pair_from< It, true >::data_type
template<typename It >
typedef result_of::key_of<It>::type boost::fusion::detail::pair_from< It, true >::key_type
template<typename It >
typedef fusion::pair<key_type, data_type> boost::fusion::detail::pair_from< It, true >::type

Member Function Documentation

template<typename It >
static BOOST_FUSION_GPU_ENABLED type boost::fusion::detail::pair_from< It, true >::call ( It const &  it)
inlinestatic

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