PrevUpHomeNext

Function template _globals

boost::parser::_globals

Synopsis

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


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

Description

Returns a reference to the globals object associated with the top-level parser. Returns none if there is no associated globals object.


PrevUpHomeNext