A loose-match key (lowercase, no _/-/space; UAX44-LM3-ish) built into a fixed buffer, so no heap or <string> is needed at parse time. A name longer than the buffer simply fails to match.
More...
|
| constexpr std::string_view | view () const |
| |
|
| std::array< char, 64 > | data {} |
| |
| std::size_t | len {} |
| |
A loose-match key (lowercase, no _/-/space; UAX44-LM3-ish) built into a fixed buffer, so no heap or <string> is needed at parse time. A name longer than the buffer simply fails to match.
Definition at line 537 of file ast.hpp.
◆ view()
| constexpr std::string_view real::detail::parser::loose_buf::view |
( |
| ) |
const |
|
inlineconstexpr |
◆ data
| std::array<char, 64> real::detail::parser::loose_buf::data {} |
◆ len
| std::size_t real::detail::parser::loose_buf::len {} |
The documentation for this struct was generated from the following file: