messageStream overloads
Synopses
Declared in <ball_recordattributes.h>
Return a reference to the modifiable stream associated with the message attribute of this record attributes object.
std::ostream&
messageStream();
Return a reference to the non‐modifiable stream associated with the message attribute of this record attributes object.
std::ostream const&
messageStream() const;
Created with MrDocs