Create a Formatter_StreamHolder object that holds a bsl::ostream constructed from the specified streamBuffer.

Synopsis

Declared in <balxml_formatter.h>

explicit
Formatter_StreamHolder(std::streambuf* streamBuffer);

Parameters

Name

Description

streamBuffer

streambuf used to construct the held stream

Created with MrDocs