BloombergLP::bdlsb::FixedMemOutput::pubimbue

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

NameDescription
loclocale to associate; ignored because locales are unsupported