Associate the specified locale loc with this stream buffer.
Declared in <bdlsb_fixedmemoutput.h>
std::locale
pubimbue(std::locale const& loc);
Associate the specified locale loc to this stream buffer. Operation has no effect, because locales are not supported by this component. Return default constructed bsl::locale object.
a default-constructed bsl::locale
| Name | Description |
|---|---|
| loc | locale to associate; ignored because locales are unsupported |