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

◆ operator<<() [2/8]

odatstream& datrw::operator<< ( odatstream os,
const sff::WID2 &  wid2 
)
inline

Definition at line 217 of file datwrite.h.

References datrw::odatstream::setwid2().

218  { os.setwid2(wid2); return(os); }
Here is the call graph for this function: