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_unary_composite< Elements, generator > Struct Template Reference

#include <meta_compiler.hpp>

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

Public Types

typedef
fusion::result_of::value_at_c
< Elements, 0 >::type 
element_type
 
typedef generator< element_typeresult_type
 

Public Member Functions

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

Member Typedef Documentation

template<typename Elements, template< typename Subject > class generator>
typedef fusion::result_of::value_at_c<Elements, 0>::type boost::spirit::make_unary_composite< Elements, generator >::element_type
template<typename Elements, template< typename Subject > class generator>
typedef generator<element_type> boost::spirit::make_unary_composite< Elements, generator >::result_type

Member Function Documentation

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

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