General utility macros.
More...
◆ SEN_GCC_VERSION_CHECK_SMALLER
| #define SEN_GCC_VERSION_CHECK_SMALLER |
( |
| major, |
|
|
| minor, |
|
|
| patch ) |
◆ SEN_HAS_EXTENSION
| #define SEN_HAS_EXTENSION |
( |
| extension | ) |
|
◆ SEN_PRINTF_FORMAT
| #define SEN_PRINTF_FORMAT |
( |
| string_idx, |
|
|
| first_to_check ) |
◆ SEN_FALL_THROUGH
◆ SEN_ASSUME
| #define SEN_ASSUME |
( |
| expr | ) |
|
◆ SEN_UNREACHABLE
| #define SEN_UNREACHABLE |
( |
| ) |
|
Value:
#define SEN_ASSUME(expr)
Definition compiler_macros.h:415
◆ SEN_PRIVATE_TAG
Value:private: \
struct Private \
{ \
explicit Private() = default; \
};