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

#include <extract_param.hpp>

Public Types

typedef
function_types::result_type
< Sig >::type 
attr
 
typedef mpl::if_< is_same
< attr, void >, unused_type,
attr >::type 
type
 

Member Typedef Documentation

template<typename Sig>
typedef function_types::result_type<Sig>::type boost::spirit::detail::attr_from_sig< Sig >::attr
template<typename Sig>
typedef mpl::if_< is_same<attr, void> , unused_type , attr >::type boost::spirit::detail::attr_from_sig< Sig >::type

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