Boost C++ 库

...世界上最受推崇和设计精良的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu,《C++ 编码规范

类型定义 attribute_t - Boost C++ 函数库
PrevUpHomeNext

类型定义 attribute_t

attribute_t

提要

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


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

描述

typename attribute<R, Parser>::type 的别名。


PrevUpHomeNext