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:
 
locale("C")


Parameters

none

Return value

The classic locale.

See also