Boost C++ 库

...世界上评价最高、设计最精良的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu, C++ Coding Standards

类型定义 null_sentinel_t - Boost C++ 函数库
PrevUpHomeNext

类型定义 null_sentinel_t

null_sentinel_t

提要

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


typedef unspecified null_sentinel_t;

描述

一个哨兵类型,当且仅当指针为空时,它与指向字符值类型的指针相等。


PrevUpHomeNext