A fast, bit‐vector set of 8‐bit unsigned characters.
Synopsis
Declared in <absl/strings/charset.h>
class CharSet;
Member Functions
Static Member Functions
Name |
Description |
The set of ASCII letters. |
|
The set of ASCII letters and digits. |
|
The set of ASCII decimal digits. |
|
The set of ASCII hexadecimal digits. |
|
The set of ASCII lowercase letters. |
|
The set of printable ASCII characters. |
|
The set of ASCII punctuation characters. |
|
The set of ASCII uppercase letters. |
|
The set of ASCII whitespace characters. |
|
Containing only a single specified char. |
|
Containing all the chars in the closed interval [lo,hi]. |
Friends
Name |
Description |
Computes the complement of a character set. |
|
Computes the union of two character sets. |
|
Computes the intersection of two character sets. |
Created with MrDocs