SFF++ library: reading and writing SFF from C++

◆ operator<<() [8/10]

std::ostream& sff::operator<< ( std::ostream &  os,
const FileHeader fh 
)
inline

Definition at line 389 of file sffxx.h.

References sff::FileHeader::write().

390  { fh.write(os); return(os); }
Here is the call graph for this function: