...世界上最受推崇和设计精良的 C++ 库项目之一。 — Herb Sutter 和 Andrei Alexandrescu,《C++ 编码规范
...世界上最受推崇和设计精良的 C++ 库项目之一。
boost::algorithm::identity_formatter — 标识格式化器。
// In header: <boost/algorithm/string/formatter.hpp> template<typename RangeT> unspecified identity_formatter();
构造一个 identity_formatter。标识格式化器始终返回参数。
identity_formatter
返回
一个 identity_formatter 对象实例。