public static member function
std::locale::classic
<locale>
static const locale& classic();
Get classic locale [static]
Returns the
classic locale, which corresponds in semantics to the
"C" locale (the default locale).
It is equivalent to a call to:
Parameters
none
Return value
The
classic locale.
See also
- locale::global
- Set global locale [static] (public static member function)
- locale::locale
- Locale constructor (public member function)