Classes | |
struct | _alnum |
struct | _alpha |
struct | _blank |
struct | _char |
struct | _control |
struct | _digit |
struct | _graph |
struct | _lower |
struct | _nctrl |
struct | _newline |
struct | _other_space |
struct | _print |
struct | _scf_dsl |
struct | _space |
struct | _upper |
struct | _word |
struct | _xid_continue |
struct | _xid_start |
struct | _xid_start_underscore |
Functions | |
constexpr auto | operator- (_control) |
constexpr auto | operator- (_nctrl) |
Variables | |
constexpr auto | alnum = _alnum{} |
constexpr auto | alpha = _alpha{} |
constexpr auto | alpha_digit = alnum |
constexpr auto | blank = _blank{} |
constexpr auto | character = _char{} |
constexpr auto | control = _control{} |
constexpr auto | digit = _digit{} |
constexpr auto | graph = _graph{} |
constexpr auto | lower = _lower{} |
constexpr auto | newline = _newline{} |
constexpr auto | other_space = _other_space{} |
constexpr auto | print = _print{} |
constexpr auto | simple_case_folding = _scf_dsl{} |
Matches Literal with case insensitive Unicode characters (simple case folding). More... | |
constexpr auto | space = _space{} |
constexpr auto | upper = _upper{} |
constexpr auto | word = _word{} |
constexpr auto | xid_continue = _xid_continue{} |
constexpr auto | xid_start = _xid_start{} |
constexpr auto | xid_start_underscore = _xid_start_underscore{} |
|
constexpr |
Definition at line 63 of file unicode.hpp.
|
constexpr |
Definition at line 67 of file unicode.hpp.
|
inlineconstexpr |
Definition at line 298 of file unicode.hpp.
|
inlineconstexpr |
Definition at line 246 of file unicode.hpp.
|
inlineconstexpr |
Definition at line 299 of file unicode.hpp.
|
inlineconstexpr |
Definition at line 97 of file unicode.hpp.
|
inlineconstexpr |
Definition at line 413 of file unicode.hpp.
|
inlineconstexpr |
Definition at line 61 of file unicode.hpp.
|
inlineconstexpr |
Definition at line 272 of file unicode.hpp.
|
inlineconstexpr |
Definition at line 361 of file unicode.hpp.
|
inlineconstexpr |
Definition at line 196 of file unicode.hpp.
|
inlineconstexpr |
Definition at line 123 of file unicode.hpp.
|
inlineconstexpr |
Definition at line 145 of file unicode.hpp.
|
inlineconstexpr |
Definition at line 388 of file unicode.hpp.
|
inlineconstexpr |
Matches Literal with case insensitive Unicode characters (simple case folding).
Definition at line 299 of file case_folding.hpp.
|
inlineconstexpr |
Definition at line 170 of file unicode.hpp.
|
inlineconstexpr |
Definition at line 221 of file unicode.hpp.
|
inlineconstexpr |
Definition at line 330 of file unicode.hpp.
|
inlineconstexpr |
Definition at line 493 of file unicode.hpp.
|
inlineconstexpr |
Definition at line 441 of file unicode.hpp.
|
inlineconstexpr |
Definition at line 467 of file unicode.hpp.