Boost C++ 库

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

全局 oct - Boost C++ 函数库
PrevUpHomeNext

全局 oct

boost::parser::oct

提要

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

parser_interface< uint_parser< unsigned int, 8 > > oct;

描述

八进制无符号整数解析器。产生一个 unsigned int 属性。要解析特定值 x,请使用 oct(x)


PrevUpHomeNext