![]() |
Home | Libraries | People | FAQ | More |
boost::parser::search
// In header: <boost/parser/search.hpp> template< R, typename Parser, typename GlobalState, typename ErrorHandler> ( r, parser_interface< parser, trace_mode = );
Returns a subrange to the first match for parser parser in r. This function has a similar interface and semantics to std::ranges::search(). Returns std::ranges::dangling in C++20 and later if r is a non-borrowable rvalue.