![]() |
Home | Libraries | People | FAQ | More |
boost::parser::string_view
// In header: <boost/parser/parser.hpp> directive< string_view_parser > string_view;
The string_view
directive, whose operator[]
returns a parser_interface<string_view_parser<P>>
from a given parser of type parser_interface<P>
. This is only available in C++20 and later.