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

◆ operator<<() [1/8]

template<class C >
oanystream& datrw::operator<< ( oanystream os,
const C &  c 
)

general output operator

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

Definition at line 126 of file writeany.h.

References datrw::oanystream::odatstream().

127  { os.odatstream() << c; return(os); }
Here is the call graph for this function: