#include <llvmexpr/frontend/infix2postfix/stdlib/Meta.hpp>
Definition at line 27 of file Meta.hpp.
◆ dependencies
◆ CODE
| std::string_view infix2postfix::stdlib::Meta::CODE |
|
staticconstexpr |
Initial value: = std::string_view(
static constexpr char CODE_DATA[]
Definition at line 39 of file Meta.hpp.
◆ CODE_DATA
| char infix2postfix::stdlib::Meta::CODE_DATA[] |
|
staticconstexpr |
Initial value:
Definition at line 31 of file Meta.hpp.
31 {
32#pragma clang diagnostic push
33#pragma clang diagnostic ignored "-Wc23-extensions"
34#embed "meta.expr"
35#pragma clang diagnostic pop
36 ,
37 0
38 };
◆ EXPORTS
Initial value: = {{
ExportedFunction{.name = "UNROLL", .param_count = 2},
}}
Definition at line 44 of file Meta.hpp.
44 {{
45 ExportedFunction{.name = "ASSERT_CONST", .param_count = 3},
46 ExportedFunction{.name = "ERROR", .param_count = 1},
47 ExportedFunction{.name = "JOIN", .param_count = 3},
48 ExportedFunction{.name = "PASTE", .param_count = 2},
49 ExportedFunction{.name = "UNROLL", .param_count = 2},
50 }};
◆ NAME
| std::string_view infix2postfix::stdlib::Meta::NAME = "meta" |
|
staticconstexpr |
The documentation for this struct was generated from the following file:
- llvmexpr/frontend/infix2postfix/stdlib/Meta.hpp