...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 CollectionT> Â Â unspecified empty_formatter(const CollectionT & );
Construct the empty_formatter . Empty formater always returns an empty sequence.
Returns: An instance of the empty_formatter object.