GSE++ library: reading and writing GSE waveforms
GSE2::waveform::differences::Tdiff_operator< 0, OP > Class Template Reference

Template specialization for order zero. More...

#include "gsexx.h"

Public Member Functions

intT operator() (const intT &val)
 least order operator must copy value (for any elementary operation) More...
 
void report_status (std::ostream &os) const
 report status (for debugging) More...
 

Detailed Description

template<class OP>
class GSE2::waveform::differences::Tdiff_operator< 0, OP >

Template specialization for order zero.

Just copy the value. Never use this directly (it just copies numbers). This specialization is necessary to stop the template expansion recursion.

Tamplate parameter:

Parameters
OPoperator, which could be Tapply_diff or Tremove_diff

Definition at line 262 of file gsexx.h.


The documentation for this class was generated from the following file: