_value | lexy::code_point | private |
code_point() noexcept | lexy::code_point | inline |
code_point(char32_t value) noexcept | lexy::code_point | inlineexplicit |
general_category() const noexcept | lexy::code_point | |
general_category_t enum name | lexy::code_point | |
is_ascii() const noexcept | lexy::code_point | inline |
is_bmp() const noexcept | lexy::code_point | inline |
is_control() const noexcept | lexy::code_point | inline |
is_noncharacter() const noexcept | lexy::code_point | inline |
is_private_use() const noexcept | lexy::code_point | inline |
is_scalar() const noexcept | lexy::code_point | inline |
is_surrogate() const noexcept | lexy::code_point | inline |
is_valid() const noexcept | lexy::code_point | inline |
LEXY_UNICODE_CATEGORY enum value | lexy::code_point | |
LEXY_UNICODE_CATEGORY_GROUP("cased-letter", LC, cased_letter, Lu, Ll, Lt) | lexy::code_point | |
LEXY_UNICODE_CATEGORY_GROUP("letter", L, letter, Lu, Ll, Lt, Lm, Lo) | lexy::code_point | |
LEXY_UNICODE_CATEGORY_GROUP("mark", M, mark, Mn, Mc, Me) | lexy::code_point | |
LEXY_UNICODE_CATEGORY_GROUP("number", N, number, Nd, Nl, No) | lexy::code_point | |
LEXY_UNICODE_CATEGORY_GROUP("punctuation", P, punctuation, Pc, Pd, Ps, Pe, Pi, Pf, Po) | lexy::code_point | |
LEXY_UNICODE_CATEGORY_GROUP("symbol", S, symbol, Sm, Sc, Sk, So) | lexy::code_point | |
LEXY_UNICODE_CATEGORY_GROUP("separator", Z, separator, Zs, Zl, Zp) | lexy::code_point | |
LEXY_UNICODE_CATEGORY_GROUP("other", C, other, Cc, Cf, Cs, Co, Cn) | lexy::code_point | |
operator!=(code_point lhs, code_point rhs) noexcept | lexy::code_point | friend |
operator==(code_point lhs, code_point rhs) noexcept | lexy::code_point | friend |
value() const noexcept | lexy::code_point | inline |