...世界上评价最高、设计最精湛的 C++ 库项目之一。 — Herb Sutter 和 Andrei Alexandrescu, C++ Coding Standards
...世界上评价最高、设计最精湛的 C++ 库项目之一。
boost::identity_formatter — 恒等格式化器。
// In header: <boost/algorithm/string/formatter.hpp> template<typename RangeT> unspecified identity_formatter();
构造一个 identity_formatter。恒等格式化器始终返回参数。
identity_formatter
返回
identity_formatter 对象的一个实例。