Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template _end

boost::parser::_end

Synopsis

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


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

Description

Returns an iterator to the end of the entire sequence being parsed.


PrevUpHomeNext