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

◆ operator<<() [4/8]

odatstream& datrw::operator<< ( odatstream os,
const sff::INFO &  info 
)
inline

Definition at line 223 of file datwrite.h.

References datrw::odatstream::setinfo().

224  { os.setinfo(info); return(os); }
Here is the call graph for this function: