Format the members of the specified object to the specified output stream and return a reference to the modifiable stream.
Synopsis
Declared in <ball_recordattributes.h>
std::ostream&
operator<<(
std::ostream& stream,
RecordAttributes const& object);
Return Value
reference to stream
Parameters
Name |
Description |
stream |
output stream |
object |
record attributes to write |
Created with MrDocs