#include <llvmexpr/frontend/infix2postfix/stdlib/Algorithms.hpp>
Definition at line 31 of file Algorithms.hpp.
◆ dependencies
◆ CODE
| std::string_view infix2postfix::stdlib::Algorithms::CODE |
|
staticconstexpr |
Initial value: = std::string_view(
static constexpr char CODE_DATA[]
Definition at line 42 of file Algorithms.hpp.
◆ CODE_DATA
| char infix2postfix::stdlib::Algorithms::CODE_DATA[] |
|
staticconstexpr |
Initial value:
Definition at line 35 of file Algorithms.hpp.
35 {
36#pragma clang diagnostic push
37#pragma clang diagnostic ignored "-Wc23-extensions"
38#embed "algorithms.expr"
39#pragma clang diagnostic pop
40 , 0
41 };
◆ EXPORTS
Initial value:
Definition at line 47 of file Algorithms.hpp.
47 {{
48 ExportedFunction{.name = "sort", .param_count = 3},
49 ExportedFunction{.name = "reverse", .param_count = 3},
50 ExportedFunction{.name = "swap", .param_count = 3},
51 ExportedFunction{.name = "find_kth_smallest", .param_count = 4},
52 }};
◆ NAME
| std::string_view infix2postfix::stdlib::Algorithms::NAME = "algorithms" |
|
staticconstexpr |
The documentation for this struct was generated from the following file: