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

◆ operator<<() [6/10]

template<class C >
SFFostream<C>& sff::operator<< ( SFFostream< C > &  os,
const INFO info 
)

Definition at line 205 of file sffostream.h.

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

206  { os.setinfo(info); return(os); }
Here is the call graph for this function: