Boost C++ 库

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

函数 operator""_p - Boost C++ 函数库
PrevUpHomeNext

函数 operator""_p

boost::parser::literals::operator""_p

提要

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


auto operator""_p(char32_t c);

描述

返回一个等效于 char_(c) 的字符解析器。


PrevUpHomeNext