Write the value of the specified threshold aggregate to the specified output stream and return a reference to the modifiable stream.
Declared in <ball_thresholdaggregate.h>
std::ostream&
operator<<(
std::ostream& stream,
ThresholdAggregate const& aggregate);
reference to the modifiable stream
| Name | Description |
|---|---|
| stream | output stream |
| aggregate | threshold aggregate to write |