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

◆ operator[]() [1/2]

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

SDS array subscript operator - non-const version.

Set/Access the data using the subscript operator

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

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