Tests whether the set contains a given character.

Synopsis

Declared in <absl/strings/charset.h>

constexpr
bool
contains(char c) const;

Return Value

true if c is a member of the set.

Parameters

Name

Description

c

The character to test.

Created with MrDocs