Boost C++ 库

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

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

函数模板 _begin

boost::parser::_begin

提要

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


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

描述

返回指向正在解析的整个序列开头的迭代器。在与跳过解析器关联的语义操作中调用此函数的效果是未定义的。


PrevUpHomeNext