cnx_stringview_vtable_t struct

The function vector table of methods associated with CnxStringView

Public variables

CnxRandomAccessIterator() const_char_ref(*const begin
Returns a CnxRandomAccessIterator(const_char_ref) into the given CnxStringView, at the beginning of the iteration (pointing at the beginning of the view)
CnxRandomAccessIterator() const_char_ref(*const end
Returns a CnxRandomAccessIterator(const_char_ref) into the given CnxStringView, at the end of the iteration (pointing at the end of the view)
CnxRandomAccessIterator() const_char_ref(*const rbegin
Returns a CnxRandomAccessIterator(const_char_ref) into the given CnxStringView, at the beginning of the reversed iteration (pointing at the end of the view)
CnxRandomAccessIterator() const_char_ref(*const rend
Returns a CnxRandomAccessIterator(const_char_ref) into the given CnxStringView, at the end of the reversed iteration (pointing at the beginning of the view)
CnxRandomAccessIterator() const_char_ref(*const cbegin
Returns a CnxRandomAccessIterator(const_char_ref) into the given CnxStringView, at the beginning of the iteration (pointing at the beginning of the view)
CnxRandomAccessIterator() const_char_ref(*const cend
Returns a CnxRandomAccessIterator(const_char_ref) into the given CnxStringView, at the end of the iteration (pointing at the end of the view)
CnxRandomAccessIterator() const_char_ref(*const crbegin
Returns a CnxRandomAccessIterator(const_char_ref) into the given CnxStringView, at the beginning of the reversed iteration (pointing at the end of the view)
CnxRandomAccessIterator() const_char_ref(*const crend
Returns a CnxRandomAccessIterator(const_char_ref) into the given CnxStringView, at the end of the reversed iteration (pointing at the beginning of the view)