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

Warning: the string is assumed to start the format specification. I.e. if first char of format spec is '' it will be set the fill char to ''.
Public Member Functions | |
| fmt_spec (const std::string &fmt) | |
| void | operator= (const std::string &fmt) |
| bool | operator== (const std::string &fmt) const |
| bool | operator== (const fmt_spec &rhs) const |
| bool | operator!= (const fmt_spec &rhs) const |
| const std::string & | str () const |
| template<typename TT> | |
| iof_private::formatted< TT > | operator() (const TT &obj) const |
| Create a temporary "formatted" object. | |
1.5.1-p1
Thanks to