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

◆ DataAddress()

template<typename T >
const T * drama::sds::ArrayReadHelper< T >::DataAddress ( ) const
inline

Access the data directly - read only.

Returns the address of the raw data. The user is responsible for ensuring that any accesses are within the correct range - not more then Size() elements.

Returns
The address of the data.

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