...世界上备受推崇且设计精湛的 C++ 库项目之一。 — Herb Sutter 和 Andrei Alexandrescu,C++ Coding Standards
...世界上备受推崇且设计精湛的 C++ 库项目之一。
boost::parser::literals::operator""_l
// In header: <boost/parser/parser.hpp> auto operator""_l(char c);
返回一个等效于 lit(c) 的字面量解析器。
lit(c)