...世界上最受推崇、设计最精湛的 C++ 库项目之一。 — Herb Sutter 和 Andrei Alexandrescu, C++ Coding Standards
...世界上最受推崇、设计最精湛的 C++ 库项目之一。
boost::xpressive::val — 用于构造 value<> 对象的辅助函数。
value<>
// In header: <boost/xpressive/regex_actions.hpp> template<typename T> value< T > const val(T const & t);
返回
value<T>(t)