The set of ASCII hexadecimal digits.

Synopsis

Declared in <absl/strings/charset.h>

constexpr
static
CharSet
AsciiHexDigits();

Return Value

A set containing 0‐`9`, A‐`F`, and a‐`f`.

Created with MrDocs