Navigation

Operators and Keywords

Function List:

C++ API

_idxbinop_helper< T, op > Struct Template Reference

List of all members.

Public Member Functions

 _idxbinop_helper (T *a, const T *v)
void operator() (octave_idx_type i)

Public Attributes

T * array
const T * vals

template<class T, T op>
struct _idxbinop_helper< T, op >


Constructor & Destructor Documentation

template<class T , T op>
_idxbinop_helper< T, op >::_idxbinop_helper ( T *  a,
const T *  v 
) [inline]

Member Function Documentation

template<class T , T op>
void _idxbinop_helper< T, op >::operator() ( octave_idx_type  i  )  [inline]

Member Data Documentation

template<class T , T op>
T* _idxbinop_helper< T, op >::array
template<class T , T op>
const T* _idxbinop_helper< T, op >::vals

The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines