cnx_stringview_vtable_t struct
#include <include/Cnx/String.h>
The function vector table of methods associated with CnxStringView
Public variables
- CnxRandomAccessIterator() const_char_ref(*const begin
- Returns a
CnxRandomAccessIterator(const_
into the givenchar_ ref) CnxStringView
, at the beginning of the iteration (pointing at the beginning of the view) - CnxRandomAccessIterator() const_char_ref(*const end
- Returns a
CnxRandomAccessIterator(const_
into the givenchar_ ref) CnxStringView
, at the end of the iteration (pointing at the end of the view) - CnxRandomAccessIterator() const_char_ref(*const rbegin
- Returns a
CnxRandomAccessIterator(const_
into the givenchar_ ref) 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_
into the givenchar_ ref) 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_
into the givenchar_ ref) CnxStringView
, at the beginning of the iteration (pointing at the beginning of the view) - CnxRandomAccessIterator() const_char_ref(*const cend
- Returns a
CnxRandomAccessIterator(const_
into the givenchar_ ref) CnxStringView
, at the end of the iteration (pointing at the end of the view) - CnxRandomAccessIterator() const_char_ref(*const crbegin
- Returns a
CnxRandomAccessIterator(const_
into the givenchar_ ref) 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_
into the givenchar_ ref) CnxStringView
, at the end of the reversed iteration (pointing at the beginning of the view)