16645 : o(std::move(s))
16646 ,
loc(std::localeconv())
16647 ,
thousands_sep(
loc->thousands_sep ==
nullptr ?
'\0' : std::char_traits<char>::to_char_type(* (
loc->thousands_sep)))
16648 ,
decimal_point(
loc->decimal_point ==
nullptr ?
'\0' : std::char_traits<char>::to_char_type(* (
loc->decimal_point)))
16652 {}
const error_handler_t error_handler
error_handler how to react on decoding errors
const std::lconv * loc
the locale
const char decimal_point
the locale's decimal point character
const char thousands_sep
the locale's thousand separator character
const char indent_char
the indentation character
string_t indent_string
the indentation string