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

◆ operator>>() [4/15]

template<class C >
ianystream& datrw::operator>> ( ianystream is,
C &  c 
)

general input operator

This function template delegates the actual output to the output operators for datrw::idatstream by accessing the underlying datrw::idatstream through the type conversion operator datrw::ianystream::idatstream()

Definition at line 143 of file readany.h.

References datrw::ianystream::idatstream().

144  { is.idatstream() >> c; return(is); }
Here is the call graph for this function: