Boost C++ 库

...世界上最受推崇、设计最精巧的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu, C++ Coding Standards

函数模板 _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