...one of the most highly regarded and expertly designed C++ library projects in the world. — Herb Sutter and Andrei Alexandrescu, C++ Coding Standards
...one of the most highly regarded and expertly designed C++ library projects in the world.
boost::algorithm::empty_formatter — Empty formatter.
template<typename RangeT> unspecified empty_formatter(const RangeT & );
Construct the empty_formatter . Empty formatter always returns an empty sequence.
empty_formatter
Returns: An instance of the empty_formatter object.