Create a Formatter_StreamHolder object that holds a bsl::ostream constructed from the specified streamBuffer.
Declared in <balxml_formatter.h>
explicit
Formatter_StreamHolder(std::streambuf* streamBuffer);
| Name | Description |
|---|---|
| streamBuffer | streambuf used to construct the held stream |