AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ operator[]()

template<typename T >
T const & drama::sds::ArrayReadHelper< T >::operator[] ( const unsigned long  index) const
inline

SDS array subscript operator.

Access the data using the subscript operator

Parameters
indexThe index to access
Returns
A reference to the value.

References drama::sds::ArrayAccessHelper< T >::GetDataAddress().