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>


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

Description

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


PrevUpHomeNext