Boost C++ 库

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

结构体模板 attr_parser - Boost C++ 函数库
PrevUpHomeNext

结构体模板 attr_parser

boost::parser::attr_parser

提要

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

template<typename Attribute> 
struct attr_parser {
};

描述

匹配任何内容,不消耗任何输入,并产生一个类型为 RESOLVE(Attribute) 的属性。


PrevUpHomeNext