absl::CharSet::CharSet

Constructors

Synopses

Declared in <absl/strings/charset.h>

Constructs an empty character set.

constexpr
CharSet();
» more...

Initializes with a given string_view.

constexpr
explicit
CharSet(std::string_view str);
» more...

Parameters

NameDescription
strThe characters to include in the set.