ios_base::getloc
locale getloc ( ) const; | ios_base |
cplusplus.com |
Get current locale.
Returns the locale currently used by the stream object.
Parameters.
Return Value.
The locale object currently associated to the stream.
See also.
imbue
ios_base class