Boost C++ 库

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

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

全局 bin

boost::parser::bin

提要

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

parser_interface< uint_parser< unsigned int, 2 > > bin;

描述

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


PrevUpHomeNext