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

◆ operator<<() [3/10]

template<class C >
SFFostream<C>& sff::operator<< ( SFFostream< C > &  os,
const FileHeader fh 
)

Definition at line 217 of file sffostream.h.

References sff::helper::ostream_manager::setfileheader().

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