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

◆ operator[]() [2/2]

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

SDS array subscript operator - const version.

Access the data using the subscript operator

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

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