![]() |
Home | Libraries | People | FAQ | More |
boost::parser::search
// In header: <boost/parser/search.hpp> template< I, S, typename Parser, typename GlobalState, ErrorHandler> ( first, last, parser_interface< parser, trace_mode = );
Returns a subrange to the first match for parser parser in [first, last). This function has a similar interface and semantics to std::ranges::search().