PrevUpHomeNext

Macro BOOST_PARSER_SUBRANGE

BOOST_PARSER_SUBRANGE

Synopsis

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

BOOST_PARSER_SUBRANGE

Description

The subrange template that is used throughout Boost.Parser. This will be boost::parser::subrange in C++17 builds, and std::ranges::subrange in all other builds.


PrevUpHomeNext