Boost C++ 库

...世界上最受推崇和设计精良的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu,《C++ 编码规范

全局匹配 - Boost C++ 函数库
PrevUpHomeNext

全局匹配

boost::xpressive::matched — matched 是一个延迟求值的多态函数对象,用于在 xpressive 语义动作中访问 xpressive::sub_match<>matched 成员。

提要

// In header: <boost/xpressive/regex_actions.hpp>

function< op::matched >::type const matched;

PrevUpHomeNext