...世界上最受推崇、设计最精巧的 C++ 库项目之一。 — Herb Sutter 和 Andrei Alexandrescu, C++ Coding Standards
...世界上最受推崇、设计最精巧的 C++ 库项目之一。
boost::parser::_where
// In header: <boost/parser/parser_fwd.hpp> template<typename Context> decltype(auto) _where(Context const & context);
返回一个 subrange,它描述了最底层解析器匹配的范围。
subrange