GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
_idxadds_helper< T > Struct Template Reference
Collaboration diagram for _idxadds_helper< T >:

Public Member Functions

 _idxadds_helper (T *a, T v)
 
void operator() (octave_idx_type i)
 

Public Attributes

T * array
 
val
 

Detailed Description

template<typename T>
struct _idxadds_helper< T >

Definition at line 33 of file MArray.cc.

Constructor & Destructor Documentation

◆ _idxadds_helper()

template<typename T >
_idxadds_helper< T >::_idxadds_helper ( T *  a,
v 
)
inline

Definition at line 37 of file MArray.cc.

Member Function Documentation

◆ operator()()

template<typename T >
void _idxadds_helper< T >::operator() ( octave_idx_type  i)
inline

Definition at line 38 of file MArray.cc.

References _idxadds_helper< T >::array, i, and _idxadds_helper< T >::val.

Member Data Documentation

◆ array

template<typename T >
T* _idxadds_helper< T >::array

Definition at line 35 of file MArray.cc.

Referenced by _idxadds_helper< T >::operator()().

◆ val

template<typename T >
T _idxadds_helper< T >::val

Definition at line 36 of file MArray.cc.

Referenced by _idxadds_helper< T >::operator()().


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