DATRW++ library: seismic data I/O with multiple formats

◆ operator>>() [2/15]

sequentialtracereader& datrw::operator>> ( sequentialtracereader is,
sff::SRCE &  srce 
)
inline

explicite input operator for sequentialtracereader

Definition at line 135 of file tracereader.h.

References datrw::sequentialtracereader::srce().

137  { srce=is.srce(); return(is); }
Here is the call graph for this function: