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

◆ operator>>()

template<class C >
ibinstream& datrw::binary::operator>> ( ibinstream ibs,
C &  v 
)

input operator for basic types and classes

Definition at line 91 of file ibinstream.h.

References datrw::binary::ibinstream::read().

92  {
93  ibs.read(v); return(ibs);
94  } // ibinstream& operator>>(ibinstream& ibs, C& v)
Here is the call graph for this function: