Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Type definition attribute_t

attribute_t

Synopsis

// In header: <boost/parser/parser_fwd.hpp>


template<typename R, typename Parser> 
using attribute_t = typename attribute< R, Parser >::type;

Description

An alias for typename attribute<R, Parser>::type.


PrevUpHomeNext