Format the specified rhs to the specified output stream and return a reference to the modifiable stream.
Declared in <ball_transmission.h>
std::ostream&
operator<<(
std::ostream& stream,
Transmission::Cause rhs);
reference to the modifiable stream
| Name | Description |
|---|---|
| stream | output stream |
| rhs | transmission cause to format |