iostream hierarchy
streambuf:: getloc
  cplusplus.com  
locale getloc ( ) const;

Get current locale.
  Returns the locale currently used by the stream buffer.

Parameters.

none
 

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


© The C++ Resources Network, 2001