Boost C++ 库

“……世界上最受推崇和精心设计的 C++ 库项目之一。” Herb SutterAndrei Alexandrescu, C++ 编码标准

PrevUpHomeNext

全局 ulong_

boost::parser::ulong_

概要

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

parser_interface< uint_parser< unsigned long > > ulong_;

描述

unsigned long 解析器。生成一个 unsigned long 属性。要解析一个特定的值 x,使用 ulong_(x)


PrevUpHomeNext