CnxStringViewIterator struct
#include <include/Cnx/String.h>
Cnx stringview const iterator storage type CnxStringViewIterator is the underlying storage type used by CnxStringView for its const iterator type (CnxRandomAccessIterator(const_)
Public variables
- isize m_index
- The current index of the iterator.
- const CnxStringView* m_view
- The
CnxStringViewthis iterator iterates over.