Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

Type definition attribute_t
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