MT Core (C++)
Core library for replacing C++ standard in project usage
|
Iterates over runes of utf8 sequences (char, char_t) More...
#include <byte_endian.hpp>
Public Types | |
using | IterElem = Rune |
Public Member Functions | |
Optional< Rune > | next () |
Gets the next Rune, if present. | |
Public Attributes | |
Slice< const T > | data |
size_t | strIndex = 0 |
Iterates over runes of utf8 sequences (char, char_t)
T | Character type to iterate over |
Definition at line 872 of file byte_endian.hpp.
using mtcore::RuneIterator< T >::IterElem = Rune |
Definition at line 873 of file byte_endian.hpp.
|
inline |
Gets the next Rune, if present.
Definition at line 878 of file byte_endian.hpp.
Slice<const T> mtcore::RuneIterator< T >::data |
Definition at line 874 of file byte_endian.hpp.
size_t mtcore::RuneIterator< T >::strIndex = 0 |
Definition at line 875 of file byte_endian.hpp.