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

◆ operator<<()

std::ostream& datrw::su::helper::operator<< ( std::ostream &  os,
const MyOutputFormat f 
)

output operator to apply output format modifier

Definition at line 104 of file sucomanager.cc.

References datrw::su::helper::MyOutputFormat::set_output_format().

105  {
106  f.set_output_format(os);
107  return(os);
108  } // std::ostream& operator<<(std::ostream& os, const MyOutputFormat& f)
Here is the call graph for this function: