Changes translations.
Declared in <bslstl_stringbuf.h>
virtual
void
imbue(locale const& __loc);
Translations done during I/O which depend on the current locale are changed by this call. The standard adds, Between invocations of this function a class derived from streambuf can safely cache results of calls to locale functions and to members of facets so obtained.
Base class version does nothing.
| Name | Description |
|---|---|
| __loc | A new locale. |