Locale access.
Synopsis
Declared in <bslstl_syncbuf.h>
locale
getloc() const;
Description
If pubimbue(loc) has been called, then the most recent loc is returned. Otherwise the global locale in effect at the time of construction is returned.
Return Value
The current locale in effect.
Created with MrDocs