Rosetta
|
#include <format.h>
Public Attributes | |
int | precision |
float_format | format: 8 |
sign_t | sign: 8 |
bool | upper: 1 |
bool | locale: 1 |
bool | binary32: 1 |
bool | use_grisu: 1 |
bool | showpoint: 1 |
bool detail::float_specs::binary32 |
Referenced by detail::format_float().
float_format detail::float_specs::format |
Referenced by detail::format_float(), detail::snprintf_float(), and detail::write_float().
bool detail::float_specs::locale |
int detail::float_specs::precision |
Referenced by detail::write_float().
bool detail::float_specs::showpoint |
Referenced by detail::format_float(), detail::snprintf_float(), and detail::write_float().
sign_t detail::float_specs::sign |
Referenced by detail::write_float(), and detail::write_nonfinite().
bool detail::float_specs::upper |
bool detail::float_specs::use_grisu |
Referenced by detail::format_float().