The Boost Format library - 1.56.0 - Boost C++ Libraries
Synopsis A format object is constructed from a format-string, and is then given arguments through repeated calls to operator%. Each of those arguments are then converted to strings, who are in turn combined into one string, according to the format-string....