Containing all the chars in the closed interval [lo,hi].
Synopsis
Declared in <absl/strings/charset.h>
constexpr
static
CharSet
Range(
char lo,
char hi);
Return Value
A set containing every character in [lo, hi].
Parameters
Name |
Description |
lo |
The lowest character in the range. |
hi |
The highest character in the range. |
Created with MrDocs