|
protectedvirtual |
Numeric formatting.
These functions do the work of formatting numeric values and inserting them into a stream. This function is a hook for derived classes to change the value returned.
| __s | Stream to write to. |
| __io | Source of locale and flags. |
| __fill | Char_type to use for filling. |
| __v | Value to format and insert. |
Definition at line 1203 of file locale_facets.tcc.
References num_put(), _M_insert_int(), std::ios_base::basefield, std::ios_base::flags(), std::ios_base::fmtflags, std::ios_base::hex, std::ios_base::showbase, and std::ios_base::uppercase.
