Go to the source code of this file.
◆ __has_attribute
#define __has_attribute |
( |
| x | ) |
|
◆ __has_builtin
#define __has_builtin |
( |
| x | ) |
|
◆ __has_constexpr_builtin
#define __has_constexpr_builtin |
( |
| x | ) |
|
◆ __has_extension
#define __has_extension |
( |
| x | ) |
|
◆ __has_feature
#define __has_feature |
( |
| x | ) |
|
◆ TETL_CONCAT
#define TETL_CONCAT |
( |
| lhs, |
|
|
| rhs ) |
Value:
#define TETL_CONCAT_IMPL(lhs, rhs)
Definition preprocessor.hpp:29
◆ TETL_CONCAT_IMPL
#define TETL_CONCAT_IMPL |
( |
| lhs, |
|
|
| rhs ) |
◆ TETL_PP_FUNC_SIG
#define TETL_PP_FUNC_SIG __func__ |
◆ TETL_STRINGIFY
#define TETL_STRINGIFY |
( |
| str | ) |
|
Value:
#define TETL_STRINGIFY_IMPL(str)
Definition preprocessor.hpp:26
◆ TETL_STRINGIFY_IMPL
#define TETL_STRINGIFY_IMPL |
( |
| str | ) |
|
◆ TETL_UNIQUE_NAME
#define TETL_UNIQUE_NAME |
( |
| prefix | ) |
|
Value:
#define TETL_CONCAT(lhs, rhs)
Definition preprocessor.hpp:30