Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Type definition attribute_t

attribute_t

Synopsis

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


typedef typename attribute< R, Parser >::type attribute_t;

Description

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


PrevUpHomeNext