BloombergLP::balxml::Formatter_StreamHolder::stream

stream overloads

Synopses

Declared in <balxml_formatter.h>

Return the address that provides modifiable access to this object's held bsl::ostream.

std::ostream*
stream();
» more...

Return the address that provides non-modifiable access to this object's held bsl::ostream.

std::ostream const*
stream() const;
» more...