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

◆ operator<<() [2/10]

template<class C >
SFFostream<C>& sff::operator<< ( SFFostream< C > &  os,
const SRCE srce 
)

Definition at line 213 of file sffostream.h.

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

214  { os.setsrce(srce); return(os); }
Here is the call graph for this function: