Boost C++ 库

...全世界最受推崇、设计最精良的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu, C++ Coding Standards

全局匹配 - 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