Boost C++ 库

...是世界上最受尊敬、设计最专业的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu, C++ Coding Standards

Global no_case - Boost C++ 函数库
PrevUpHomeNext

Global no_case

boost::parser::no_case

提要

描述

no_case 指令,其 operator[] 从给定类型为 parser_interface<P> 的解析器返回一个类型为 parser_interface<no_case_parser<P>> 的解析器。


PrevUpHomeNext