[#absl-CharSet-Char] = xref:absl.adoc[absl]::xref:absl/CharSet.adoc[CharSet]::Char :relfileprefix: ../../ :mrdocs: Containing only a single specified char. == Synopsis Declared in `<absl/strings/charset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr static xref:absl/CharSet.adoc[CharSet] Char(char x); ---- == Return Value A set containing only `x`. == Parameters [cols="1,4"] |=== | Name| Description | *x* | The single character to include. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#