CnxStringViewIterator struct

Cnx stringview const iterator storage type CnxStringViewIterator is the underlying storage type used by CnxStringView for its const iterator type (CnxRandomAccessIterator(const_char_ptr))

Public variables

isize m_index
The current index of the iterator.
const CnxStringView* m_view
The CnxStringView this iterator iterates over.