FDO API Reference Feature Data Objects

template<typename T>
T& FdoArray< T >::operator[] int  i  )  [inline]
 

Provide index operator [] access to array members.

Parameters:
i Input index to access
Returns:
Returns the value of the specified item in the array.

Definition at line 208 of file Array.h.

References FdoArray< T >::GetValue().

Here is the call graph for this function:


Comments or suggestions? Send us feedback.