Go to the source code of this file.
◆ __has_attribute
#define __has_attribute |
( |
|
x | ) |
0 |
◆ __has_builtin
#define __has_builtin |
( |
|
x | ) |
0 |
◆ __has_constexpr_builtin
#define __has_constexpr_builtin |
( |
|
x | ) |
0 |
◆ __has_extension
#define __has_extension |
( |
|
x | ) |
0 |
◆ __has_feature
#define __has_feature |
( |
|
x | ) |
0 |
◆ TETL_CONCAT
◆ TETL_CONCAT_IMPL
#define TETL_CONCAT_IMPL |
( |
|
lhs, |
|
|
|
rhs |
|
) |
| lhs##rhs |
◆ TETL_PP_FUNC_SIG
#define TETL_PP_FUNC_SIG __func__ |
◆ TETL_STRINGIFY
◆ TETL_STRINGIFY_IMPL
#define TETL_STRINGIFY_IMPL |
( |
|
str | ) |
#str |
◆ TETL_UNIQUE_NAME
#define TETL_UNIQUE_NAME |
( |
|
prefix | ) |
TETL_CONCAT(prefix, __LINE__) |