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

◆ operator>>() [2/3]

template<class C >
std::istream& sff::operator>> ( std::istream &  is,
InputWaveform< C > &  wf 
)
inline

Definition at line 385 of file sffxx.h.

References sff::InputWaveform< C >::read().

386  { wf.read(is); return(is); }
Here is the call graph for this function: