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

◆ operator<<() [1/3]

template<typename K, typename V, typename U>
std::ostream & DataStorm::operator<< ( std::ostream & os,
const Sample< K, V, U > & sample )

Converts the given sample to a string and add it to the stream.

The implementation outputs the sample value.

Parameters
osThe output stream
sampleThe sample to add to the stream
Returns
The output stream

Definition at line 100 of file DataStorm.h.