TSIO++ Time series input/output

◆ operator<<() [3/6]

template<class C >
datrw::odatstream& ts::sff::operator<< ( datrw::odatstream &  os,
const typename SFFTimeSeries< C >::Tconsttimeseries &  s 
)
Note
The compiler cannot distinguish between this definition and the next one.

Definition at line 91 of file outputoperators.h.

93  {
94  typedef typename SFFTimeSeries<C>::Tconsttimeseries::Tseries Tseries;
95  return(os << s.header << Tseries(s));
96  }