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

Function template _where
PrevUpHomeNext

Function template _where

boost::parser::_where

Synopsis

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


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

Description

Returns a subrange that describes the matched range of the bottommost parser.


PrevUpHomeNext