basic_streambuf::getloc
basic_streambuf::getloc
To get the locale.
locale getloc() const;
If
pubimbue has already been called, it returns the last value of
loc supplied; otherwise the current one. If
pubimbue has been called but has not returned a value from
imbue, it then returns the previous value.