Go to the source code of this file.
Classes | |
struct | lexy::code_point::_gc_group< Cats > |
class | lexy::code_point |
A unicode code point. More... | |
Namespaces | |
lexy | |
lexy::_detail | |
Macros | |
#define | LEXY_UNICODE_CATEGORY(Short, Long) Short, Long = Short |
#define | LEXY_UNICODE_CATEGORY_GROUP(Name, Short, Long, ...) |
#define | LEXY_UNICODE_CONSTEXPR |
#define | LEXY_UNICODE_PROPERTY(Name) 0 |
Functions | |
template<int... Props> | |
bool | lexy::_detail::code_point_has_properties (char32_t cp) |
constexpr const char * | lexy::_detail::general_category_name (lexy::code_point::general_category_t category) |
LEXY_UNICODE_CONSTEXPR code_point | lexy::simple_case_fold (code_point cp) noexcept |
#define LEXY_UNICODE_CATEGORY | ( | Short, | |
Long | |||
) | Short, Long = Short |
Definition at line 79 of file code_point.hpp.
#define LEXY_UNICODE_CATEGORY_GROUP | ( | Name, | |
Short, | |||
Long, | |||
... | |||
) |
Definition at line 145 of file code_point.hpp.
#define LEXY_UNICODE_CONSTEXPR |
Definition at line 14 of file code_point.hpp.
#define LEXY_UNICODE_PROPERTY | ( | Name | ) | 0 |
Definition at line 301 of file code_point.hpp.