boost::algorithm::identity_formatter — Identity formatter.
// In header: <boost/algorithm/string/formatter.hpp> template<typename RangeT> unspecified identity_formatter();
Constructs an identity_formatter. Identity formatter always returns the parameter.
identity_formatter
Returns:
An instance of the identity_formatter object.