[#absl-CharSet-Range] = xref:absl.adoc[absl]::xref:absl/CharSet.adoc[CharSet]::Range :relfileprefix: ../../ :mrdocs: Containing all the chars in the closed interval [lo,hi]. == Synopsis Declared in `<absl/strings/charset.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr static xref:absl/CharSet.adoc[CharSet] Range( char lo, char hi); ---- == Return Value A set containing every character in `[lo, hi]`. == Parameters [cols="1,4"] |=== | Name| Description | *lo* | The lowest character in the range. | *hi* | The highest character in the range. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#