Go to the source code of this file.
◆ __has_attribute
#define __has_attribute |
( |
|
x | ) |
(0) |
◆ __has_builtin
#define __has_builtin |
( |
|
x | ) |
(0) |
◆ __has_include
#define __has_include |
( |
|
x | ) |
(0) |
◆ __has_warning
#define __has_warning |
( |
|
x | ) |
(0) |
◆ LIBREPR_COLD
◆ LIBREPR_EMPTY_BASES
#define LIBREPR_EMPTY_BASES |
◆ LIBREPR_FORCE_INLINE
#define LIBREPR_FORCE_INLINE inline |
◆ LIBREPR_HAS_BUILTIN
#define LIBREPR_HAS_BUILTIN |
( |
|
BUILTIN | ) |
(0) |
◆ LIBREPR_HINT_INLINE
#define LIBREPR_HINT_INLINE inline |
◆ LIBREPR_HOT
◆ LIBREPR_MAYBE_DO
#define LIBREPR_MAYBE_DO |
( |
|
... | ) |
|
Value: if constexpr (requires { { __VA_ARGS__ }; }) { \
__VA_ARGS__; \
}
◆ LIBREPR_NODEBUG
◆ LIBREPR_NOINLINE
◆ LIBREPR_PRAGMA
#define LIBREPR_PRAGMA |
( |
|
... | ) |
_Pragma(#__VA_ARGS__) |
◆ LIBREPR_PROPAGATE_INLINE
◆ LIBREPR_RESTRICT
◆ REPR_HAS_CPP_ATTR
#define REPR_HAS_CPP_ATTR |
( |
|
x | ) |
(0) |