|
HDK
|
Go to the source code of this file.
Macros | |
| #define | _ARGS_2_IMPL(fname, CONSTEXPR) |
| #define | ARGS_2(fname) _ARGS_2_IMPL(fname, ) |
| #define | ARGS_2_CE(fname) _ARGS_2_IMPL(fname, constexpr) |
| #define | _ARGS_3_IMPL(fname, CONSTEXPR) |
| #define | ARGS_3(fname) _ARGS_3_IMPL(fname, ) |
| #define | ARGS_3_CE(fname) _ARGS_3_IMPL(fname, constexpr) |
| #define | _ARGS_4_IMPL(fname, CONSTEXPR) |
| #define | ARGS_4(fname) _ARGS_4_IMPL(fname, ) |
| #define | ARGS_4_CE(fname) _ARGS_4_IMPL(fname, constexpr) |
| #define | _CMP_PERM_IMPL(fname, CONSTEXPR) |
| #define | CMP_PERM(fname) _CMP_PERM_IMPL(fname, ) |
| #define | CMP_PERM_CE(fname) _CMP_PERM_IMPL(fname, constexpr) |
| #define _ARGS_2_IMPL | ( | fname, | |
| CONSTEXPR | |||
| ) |
Definition at line 20 of file SYS_MathPermute.h.
| #define _ARGS_3_IMPL | ( | fname, | |
| CONSTEXPR | |||
| ) |
Definition at line 29 of file SYS_MathPermute.h.
| #define _ARGS_4_IMPL | ( | fname, | |
| CONSTEXPR | |||
| ) |
Definition at line 46 of file SYS_MathPermute.h.
| #define _CMP_PERM_IMPL | ( | fname, | |
| CONSTEXPR | |||
| ) |
Definition at line 110 of file SYS_MathPermute.h.
| #define ARGS_2 | ( | fname | ) | _ARGS_2_IMPL(fname, ) |
Definition at line 26 of file SYS_MathPermute.h.
| #define ARGS_2_CE | ( | fname | ) | _ARGS_2_IMPL(fname, constexpr) |
Definition at line 27 of file SYS_MathPermute.h.
| #define ARGS_3 | ( | fname | ) | _ARGS_3_IMPL(fname, ) |
Definition at line 43 of file SYS_MathPermute.h.
| #define ARGS_3_CE | ( | fname | ) | _ARGS_3_IMPL(fname, constexpr) |
Definition at line 44 of file SYS_MathPermute.h.
| #define ARGS_4 | ( | fname | ) | _ARGS_4_IMPL(fname, ) |
Definition at line 76 of file SYS_MathPermute.h.
| #define ARGS_4_CE | ( | fname | ) | _ARGS_4_IMPL(fname, constexpr) |
Definition at line 77 of file SYS_MathPermute.h.
| #define CMP_PERM | ( | fname | ) | _CMP_PERM_IMPL(fname, ) |
Definition at line 136 of file SYS_MathPermute.h.
| #define CMP_PERM_CE | ( | fname | ) | _CMP_PERM_IMPL(fname, constexpr) |
Definition at line 137 of file SYS_MathPermute.h.