NESSi  v1.0.2
The NonEquilibrium Systems Simulation Library

◆ operator[]() [1/2]

template<typename T>
cplx& cntr::function< T >::operator[] ( int  t)
inline

Definition at line 71 of file cntr_function_decl.hpp.

References cntr::function< T >::ptr().

71 { return *ptr(t); } // useful only for size=1
+ Here is the call graph for this function: