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();

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

std::ostream const*
stream() const;

Created with MrDocs