|
ICU4X
International Components for Unicode
|
#include <CodePointRangeIterator.d.hpp>
Public Member Functions | |
| icu4x::CodePointRangeIteratorResult | next () |
Static Public Member Functions | |
| static void | operator delete (void *ptr) |
An iterator over code point ranges, produced by CodePointSetData or one of the CodePointMapData types
|
inline |
Advance the iterator by one and return the next range.
If the iterator is out of items, done will be true
|
inlinestatic |