Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
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