streambuf::getloc
locale getloc ( ) const; | streambuf |
cplusplus.com |
Get current locale.
Returns the locale currently used by the stream buffer.
Parameters.
Return Value.
The locale object associated to the stream buffer before the call.
Basic template member declaration ( basic_streambuf<charT,traits> ):
locale getloc ( ) const; |
See also.
pubimbue
streambuf class