Write the specified rhs context to the specified output stream and return a reference to the modifiable stream.
Synopsis
Declared in <ball_context.h>
std::ostream&
operator<<(
std::ostream& stream,
Context const& rhs);
Return Value
reference to stream
Parameters
Name |
Description |
stream |
output stream |
rhs |
context object to write |
Created with MrDocs