FDO API Reference Feature Data Objects

template<typename T>
const T& FdoArray< T >::operator[] int  i  )  const [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 198 of file Array.h.

References FdoArray< T >::GetValue().

Here is the call graph for this function:


Comments or suggestions? Send us feedback.