#include <fmtr.hpp>
Collaboration diagram for iof::fmtr:

This similar in behavior to a manipulator, that outputs to the stream the remainder of the arguments according to its format string:
std::cout << iof::fmtr("hi %s, it is %s\n") << name << time;
Public Member Functions | |
| fmtr (const std::string &fmt) | |
| const std::string & | fmt () const |
1.5.1-p1
Thanks to