...世界上评价最高、设计最精良的 C++ 库项目之一。 — Herb Sutter 和 Andrei Alexandrescu, C++ Coding Standards
...世界上评价最高、设计最精良的 C++ 库项目之一。
null_sentinel_t
// In header: <boost/parser/parser_fwd.hpp> typedef unspecified null_sentinel_t;
一个哨兵类型,当且仅当指针为空时,它与指向字符值类型的指针相等。