SFF++ library: reading and writing SFF from C++

◆ operator<<() [10/10]

template<class C >
std::ostream& sff::operator<< ( std::ostream &  os,
const OutputWaveform< C > &  wf 
)
inline

Definition at line 399 of file sffxx.h.

References sff::OutputWaveform< C >::write().

401  { wf.write(os); return(os); }
Here is the call graph for this function: