CnxStringIterator struct

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

Public variables

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