#include <char_class.hpp>
|
template<typename Encoding > |
static constexpr auto | lit_first_char () -> typename Encoding::char_type |
|
template<typename Trie > |
static LEXY_CONSTEVAL std::size_t | lit_insert (Trie &trie, std::size_t pos, std::size_t) |
|
template<typename CharT, CharT... C>
struct lexyd::_lit< CharT, C >
Definition at line 300 of file char_class.hpp.
◆ lit_case_folding
template<typename CharT , CharT... C>
◆ lit_first_char()
template<typename CharT , CharT... C>
template<typename Encoding >
static constexpr auto lexyd::_lit< CharT, C >::lit_first_char |
( |
| ) |
-> typename Encoding::char_type
|
|
inlinestaticconstexpr |
◆ lit_insert()
template<typename CharT , CharT... C>
template<typename Trie >
◆ lit_char_classes
template<typename CharT , CharT... C>
◆ lit_max_char_count
template<typename CharT , CharT... C>
constexpr auto lexyd::_lit< CharT, C >::lit_max_char_count = sizeof...(C) |
|
staticconstexpr |
The documentation for this struct was generated from the following files: