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:
sff
Generated on Mon Aug 21 2023 17:36:13 for SFF++ library: reading and writing SFF from C++ by
1.8.14