“……世界上最受推崇和精心设计的 C++ 库项目之一。” — Herb Sutter 和 Andrei Alexandrescu, C++ 编码标准
boost::parser::ulong_
// In header: <boost/parser/parser.hpp> parser_interface< uint_parser< unsigned long > > ulong_;
unsigned long 解析器。生成一个 unsigned long 属性。要解析一个特定的值 x,使用 ulong_(x)。
unsigned long
x
ulong_(x)