![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <VerseGrammar.h>
Public Member Functions | |
| constexpr | token (nat8 Index0) |
| constexpr | token (const char8 *Op) |
| constexpr | operator nat8 () const |
| operator bool () const | |
| constexpr const token_info * | operator-> () const |
Static Public Member Functions | |
| static constexpr token | None () |
| static constexpr token | End () |
| static constexpr token | NewLine () |
| static constexpr token | Alpha () |
| static constexpr token | Digit () |
| static constexpr token | FirstParse () |
Public Attributes | |
| nat8 | Index |
|
inlineexplicit |
|
inlineconstexpr |
| nat8 Verse::Grammar::token::Index |