[#BloombergLP-balxml-Formatter_StreamHolder-2constructor-0a] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::xref:BloombergLP/balxml/Formatter_StreamHolder.adoc[Formatter_StreamHolder]::Formatter_StreamHolder :relfileprefix: ../../../ :mrdocs: Create a `Formatter_StreamHolder` object that holds a `bsl::ostream` constructed from the specified `streamBuffer`. == Synopsis Declared in `<balxml_formatter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit Formatter_StreamHolder(std::streambuf* streamBuffer); ---- == Parameters [cols="1,4"] |=== | Name| Description | *streamBuffer* | streambuf used to construct the held stream |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#