attribute_t
// In header: <boost/parser/parser_fwd.hpp> template<typename R, typename Parser> using attribute_t = typename attribute< R, Parser >::type;
An alias for typename attribute<R, Parser>::type.
typename attribute<R, Parser>::type