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

◆ cend()

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

Returns a const iterator pointing to the past-the-end 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 one past the last element.