Boost C++ 库

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

全局前置 - Boost C++ 函数库
PrevUpHomeNext

全局前置

boost::xpressive::front — front 是一个延迟求值的多态函数对象,用于在 xpressive 语义动作中获取序列的第一个元素。

提要

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

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

PrevUpHomeNext