[#BloombergLP-bdlde-Utf8CheckingInStreamBufWrapper-imbue] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::xref:BloombergLP/bdlde/Utf8CheckingInStreamBufWrapper.adoc[Utf8CheckingInStreamBufWrapper]::imbue :relfileprefix: ../../../ :mrdocs: Propagate the specified locale to the held streambuf, if any. == Synopsis Declared in `<bdlde_utf8checkinginstreambufwrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void imbue(std::locale const& locale) override; ---- == Description If `sb` is the name of the `streambuf` held by this object, set `sb` to the specified `locale` as though `sb.pubimbue(locale)` had been called. If this object does not hold a `streambuf`, this method has no effect. Note that this function is forwarded to by the public method `pubimbue` in the base class. == Parameters [cols="1,4"] |=== | Name| Description | *locale* | locale to imbue on the held streambuf |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#