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

◆ cbegin()

template<typename T >
const_iterator drama::sds::DataPointer< T[]>::cbegin ( ) const
inline

Returns a const iterator pointing to the first element in the array.

The iterator returned by this is const regardless of if invoked on a const item or not.

Returns
A const iterator pointing to the first element.