...世界上最受推崇和设计精良的 C++ 库项目之一。 — Herb Sutter 和 Andrei Alexandrescu,《C++ 编码规范
...世界上最受推崇和设计精良的 C++ 库项目之一。
boost::parser::operator>
// In header: <boost/parser/parser.hpp> template<parsable_range_like R, typename Parser> auto operator>(R && r, parser_interface< Parser > rhs);
返回一个等效于 lit(str) > rhs 的解析器。
lit(str) > rhs