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

◆ operator<<() [5/8]

odatstream& datrw::operator<< ( odatstream os,
const sff::FREE &  free 
)
inline

Definition at line 226 of file datwrite.h.

References datrw::odatstream::setfree().

227  { os.setfree(free); return(os); }
Here is the call graph for this function: