localeconv method
Returns numeric formatting information for the current locale.
Implementation
Lconv localeconv() {
return const Lconv();
}
Returns numeric formatting information for the current locale.
Lconv localeconv() {
return const Lconv();
}