std::ios_base::getloc (3) - Linux Manuals
std::ios_base::getloc: std::ios_base::getloc
NAME
std::ios_base::getloc - std::ios_base::getloc
Synopsis
std::locale getloc() const;
Returns the current locale associated with the stream.
Parameters
(none)
Return value
the locale object associated with the stream.
Example
// Run this code
Output:
See also
imbue (public member function)