Boost C++ 库

...世界上最受推崇和设计精良的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu,《C++ 编码规范

函数模板 _where - Boost C++ 函数库
PrevUpHomeNext

函数模板 _where

boost::parser::_where

提要

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


template<typename Context> decltype(auto) _where(Context const & context);

描述

返回一个 subrange,描述最底层解析器的匹配范围。


PrevUpHomeNext