Associate the specified locale loc with this stream buffer.

Synopsis

Declared in <bdlsb_fixedmemoutput.h>

std::locale
pubimbue(std::locale const& loc);

Description

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.

Return Value

a default‐constructed bsl::locale

Parameters

Name

Description

loc

locale to associate; ignored because locales are unsupported

Created with MrDocs