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;
Return Value
-
address providing modifiable access to the held stream
-
address providing non‐modifiable access to the held stream
Created with MrDocs