|
ICU 78.1
78.1
|
A C++ "range" over all Unicode code points U+0000..U+10FFFF. More...
#include <utfiterator.h>
Public Member Functions | |
| AllCodePoints () | |
| Constructor. More... | |
| auto | begin () const |
| auto | end () const |
A C++ "range" over all Unicode code points U+0000..U+10FFFF.
https://www.unicode.org/glossary/#code_point
Intended for test and builder code.
| CP32 | Code point type: UChar32 (=int32_t) or char32_t or uint32_t |
Definition at line 302 of file utfiterator.h.
|
inline |
Constructor.
Definition at line 306 of file utfiterator.h.
|
inline |
Definition at line 312 of file utfiterator.h.
|
inline |
Definition at line 317 of file utfiterator.h.