...世界上最受推崇和设计精良的 C++ 库项目之一。 — Herb Sutter 和 Andrei Alexandrescu,《C++ 编码规范
...世界上最受推崇和设计精良的 C++ 库项目之一。
boost::parser::oct
// In header: <boost/parser/parser.hpp> parser_interface< uint_parser< unsigned int, 8 > > oct;
八进制无符号整数解析器。产生一个 unsigned int 属性。要解析特定值 x,请使用 oct(x)。
unsigned int
x
oct(x)