MCPcopy Create free account
hub / github.com/Snapchat/Valdi / CharacterRange

Class CharacterRange

valdi_core/src/valdi_core/cpp/Text/CharacterSet.hpp:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16using Character = uint32_t;
17
18struct CharacterRange {
19 Character from;
20 Character to;
21
22 constexpr CharacterRange(Character from, Character to) : from(from), to(to) {}
23};
24
25/**
26 A CharacterSet is built by set list of sorted CharacterRange, and can quickly

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68