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

◆ operator<<() [3/8]

odatstream& datrw::operator<< ( odatstream os,
const sff::SRCE &  srce 
)
inline

Definition at line 220 of file datwrite.h.

References datrw::odatstream::setsrce().

221  { os.setsrce(srce); return(os); }
Here is the call graph for this function: