public member function

std::ios_base::getloc

<ios>
locale getloc ( ) const;
Get current locale
Returns the locale currently associated with the stream object.

Parameters

none

Return Value

The locale object currently associated with the stream.

See also