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