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.
os | The output stream |
sample | The sample to add to the stream |
Definition at line 100 of file DataStorm.h.