[#absl-CharSet-AsciiPunctuation] = xref:absl.adoc[absl]::xref:absl/CharSet.adoc[CharSet]::AsciiPunctuation :relfileprefix: ../../ :mrdocs: The set of ASCII punctuation characters. == Synopsis Declared in `<absl/strings/charset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr static xref:absl/CharSet.adoc[CharSet] AsciiPunctuation(); ---- == Return Value A set containing the printable, non‐alphanumeric, non‐whitespace ASCII characters. [.small]#Created with https://www.mrdocs.com[MrDocs]#