ios_base::getloc
locale getloc ( ) const;
ios_base
  cplusplus.com  

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

Parameters.

none
 

Return Value.
  The locale object currently associated to the stream.

See also.
  imbue
  ios_base class


© The C++ Resources Network, 2001