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

◆ operator<<() [4/10]

template<class C >
SFFostream<C>& sff::operator<< ( SFFostream< C > &  os,
const WID2 wid2 
)

Definition at line 201 of file sffostream.h.

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

202  { os.setwid2(wid2); return(os); }
Here is the call graph for this function: