Boost C++ 库

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

全局 make_pair - Boost C++ 函数库
PrevUpHomeNext

全局 make_pair

boost::xpressive::make_pair — make_pair 是一个用于在 xpressive 语义动作中创建 std::pair<> 的惰性多态函数对象。

提要

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

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

PrevUpHomeNext