Boost C++ 库

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

函数模板 val - Boost C++ 函数库
PrevUpHomeNext

函数模板 val

boost::xpressive::val — 用于构造 value<> 对象。

提要

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


template<typename T> value< T > const val(T const & t);

描述

返回

value<T>(t)


PrevUpHomeNext