A class which defines a member type, type, which actually implements the formatting algorithm for fmtd<> below. More...
#include <fmtd.h>
Public Types | |
typedef IntFormatter< T, fieldWidth, precision, lJust, padding, pad, base, errchr > | type |
A class which defines a member type, type, which actually implements the formatting algorithm for fmtd<> below.
A specialization for the algo template that is creates the integer formatting algorithm used by fmtd<> below.
Definition at line 319 of file fmtd.h.
typedef IntFormatter<T, fieldWidth, precision, lJust, padding, pad, base, errchr > type |