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