Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Global string_view

boost::parser::string_view

Synopsis

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

directive< string_view_parser > string_view;

Description

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.


PrevUpHomeNext