When shifted into an ostream str, changes the output formatting to the default format by calling str.unsetf(std::ios_base::floatfield).
str
str.unsetf(std::ios_base::floatfield)
Referenced by to_string_def(), and to_string_real_def().