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