#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 |
typedef function_types::result_type<Sig>::type boost::spirit::detail::attr_from_sig< Sig >::attr |
typedef mpl::if_< is_same<attr, void> , unused_type , attr >::type boost::spirit::detail::attr_from_sig< Sig >::type |