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

◆ operator<<() [7/10]

template<class C >
SFFostream<C>& sff::operator<< ( SFFostream< C > &  os,
const FREE free 
)

Definition at line 209 of file sffostream.h.

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

210  { os.setfree(free); return(os); }
Here is the call graph for this function: