boost::algorithm::empty_formatter — Empty formatter.
// In header: <boost/algorithm/string/formatter.hpp> template<typename RangeT> unspecified empty_formatter(const RangeT &);
Constructs an empty_formatter. Empty formatter always returns an empty sequence.
empty_formatter
Returns:
An instance of the empty_formatter object.