Constructors

Synopses

Declared in <absl/strings/charset.h>

Constructs an empty character set.

constexpr
CharSet();

Initializes with a given string_view.

constexpr
explicit
CharSet(std::string_view str);

Parameters

Name

Description

str

The characters to include in the set.

Created with MrDocs