#include <char_class.hpp>
Static Public Member Functions | |
static LEXY_CONSTEVAL auto | char_class_ascii () |
static constexpr auto | char_class_match_cp ([[maybe_unused]] char32_t cp) |
static LEXY_CONSTEVAL auto | char_class_name () |
static constexpr auto | char_class_unicode () |
![]() | |
static constexpr std::false_type | char_class_match_cp (char32_t) |
static constexpr auto | char_class_match_swar (lexy::_detail::swar_int) |
static constexpr void | char_class_report_error (Context &context, typename Reader::iterator position) |
static constexpr bool | char_class_unicode () |
![]() | |
static LEXY_PARSER_FUNC bool | token_parse (Context &context, Reader &reader) |
Additional Inherited Members | |
![]() | |
using | token_type = _cb< Byte > |
![]() | |
static constexpr _toke< Tag, _cb< Byte > > | error |
static constexpr _tokk< Kind, _cb< Byte > > | kind |
Definition at line 330 of file char_class.hpp.
|
inlinestatic |
Definition at line 342 of file char_class.hpp.
|
inlinestaticconstexpr |
Definition at line 350 of file char_class.hpp.
|
inlinestatic |
Definition at line 337 of file char_class.hpp.
|
inlinestaticconstexpr |
Definition at line 332 of file char_class.hpp.