GSE++ library: reading and writing GSE waveforms

◆ operator()()

template<int n, class OP>
intT GSE2::waveform::differences::Tdiff_operator< n, OP >::operator() ( const intT val)
inline

apply elementary operator to result of operator of next lower order

Definition at line 245 of file gsexx.h.

245 { return(Mop(Mdiff(val))); }
Tdiff_operator< n-1, OP > Mdiff
next lower order operator
Definition: gsexx.h:257