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

◆ operator<<() [1/10]

template<class C >
SFFostream<C>& sff::operator<< ( SFFostream< C > &  os,
const typename C::Tcoc &  c 
)

FIRST(!) operator to be called for each trace.

Definition at line 197 of file sffostream.h.

References sff::SFFostream< C >::setseries().

198  { os.setseries(c); return(os); }
Here is the call graph for this function: