CnxStringConstIterator struct

Cnx string const iterator storage type CnxStringIterator is the underlying storage type used by CnxString for its const iterator type (CnxRandomAccessIterator(const_char_ptr))

Public variables

isize m_index
The current index of the iterator.
const CnxString* m_string
The CnxString this iterator iterates over.