Boost C++ 库

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

PrevUpHomeNext

全局首发

boost::xpressive::first — first 是一个惰性的多态函数对象,用于访问 xpressive 语义动作中 std::pair<> 的第一个元素。

概要

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

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

PrevUpHomeNext