Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::spirit::make_binary_composite< Elements, generator > Struct Template Reference

#include <meta_compiler.hpp>

Inheritance diagram for boost::spirit::make_binary_composite< Elements, generator >:

Public Types

typedef
fusion::result_of::value_at_c
< Elements, 0 >::type 
left_type
 
typedef
fusion::result_of::value_at_c
< Elements, 1 >::type 
right_type
 
typedef generator< left_type,
right_type
result_type
 

Public Member Functions

result_type operator() (Elements const &elements, unused_type) const
 

Member Typedef Documentation

template<typename Elements, template< typename Left, typename Right > class generator>
typedef fusion::result_of::value_at_c<Elements, 0>::type boost::spirit::make_binary_composite< Elements, generator >::left_type
template<typename Elements, template< typename Left, typename Right > class generator>
typedef generator<left_type, right_type> boost::spirit::make_binary_composite< Elements, generator >::result_type
template<typename Elements, template< typename Left, typename Right > class generator>
typedef fusion::result_of::value_at_c<Elements, 1>::type boost::spirit::make_binary_composite< Elements, generator >::right_type

Member Function Documentation

template<typename Elements, template< typename Left, typename Right > class generator>
result_type boost::spirit::make_binary_composite< Elements, generator >::operator() ( Elements const &  elements,
unused_type   
) const
inline

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