Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ operator<<() [3/3]

std::ostream & DataStorm::operator<< ( std::ostream & os,
SampleEvent value )

Outputs the enumerator name or underlying value of a SampleEvent to a stream.

Parameters
osThe output stream.
valueThe value to output.
Returns
The output stream.