Boost C++ 库

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

函数模板 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