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

◆ operator<<()

template<class C >
obinstream& datrw::binary::operator<< ( obinstream obs,
const C &  v 
)

output operator for basic types and classes

Definition at line 87 of file obinstream.h.

References datrw::binary::obinstream::write().

88  {
89  obs.write(v); return(obs);
90  } // obinstream& operator<<(obinstream& obs, const C& v)
Here is the call graph for this function: