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