Searched defs:SetOfChars (Results 1 – 1 of 1) sorted by relevance
23 struct SetOfChars { struct24 constexpr SetOfChars() {} in SetOfChars() argument26 constexpr SetOfChars(char c) { in SetOfChars() argument47 constexpr SetOfChars(const char str[], std::size_t n) { in SetOfChars() argument55 constexpr SetOfChars &operator=(const SetOfChars &) = default; argument56 constexpr SetOfChars &operator=(SetOfChars &&) = default; argument59 constexpr bool Has(SetOfChars that) const { in Has() argument62 constexpr SetOfChars Union(SetOfChars that) const { in Union() argument65 constexpr SetOfChars Intersection(SetOfChars that) const { in Intersection() argument68 constexpr SetOfChars Difference(SetOfChars that) const { in Difference() argument[all …]