Boost C++ 库

“……世界上最受尊敬和设计最精良的 C++ 库项目之一。” —— Herb SutterAndrei Alexandrescu, C++ 编码标准

PrevUpHomeNext

宏 BOOST_PARSER_SUBRANGE

BOOST_PARSER_SUBRANGE

概要

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

BOOST_PARSER_SUBRANGE

描述

Boost.Parser 中使用的子范围模板。在 C++17 构建中,这将是 boost::parser::subrange,在所有其他构建中,这将是 std::ranges::subrange


PrevUpHomeNext