|
DxLibEx
|


Go to the source code of this file.
| #define DXLE_CONSTEXPR constexpr |
Definition at line 21 of file suffix.hpp.
| #define DXLE_CONSTEXPR_OR_CONST constexpr |
Definition at line 22 of file suffix.hpp.
| #define DXLE_CXX14_CONSTEXPR DXLE_CONSTEXPR |
Definition at line 42 of file suffix.hpp.
| #define DXLE_CXX14_CONSTEXPR_OR_CONST DXLE_CONSTEXPR_OR_CONST |
Definition at line 43 of file suffix.hpp.
| #define DXLE_CXX14_STATIC_CONSTEXPR DXLE_STATIC_CONSTEXPR |
Definition at line 44 of file suffix.hpp.
| #define DXLE_DEPRECATED [[deprecated]] |
Definition at line 84 of file suffix.hpp.
| #define DXLE_DEPRECATED_MESSAGE | ( | message | ) | [[deprecated(message)]] |
Definition at line 85 of file suffix.hpp.
| #define DXLE_INITIALIZER_LIST_CONSTEXPR DXLE_CXX14_CONSTEXPR |
Definition at line 58 of file suffix.hpp.
| #define DXLE_NOEXCEPT noexcept |
Definition at line 93 of file suffix.hpp.
| #define DXLE_NOEXCEPT_EXPR | ( | EXPR | ) | noexcept((EXPR)) |
Definition at line 108 of file suffix.hpp.
| #define DXLE_NOEXCEPT_EXPR_OR_DEFAULT | ( | EXPR, | |
| C | |||
| ) | noexcept((EXPR)) |
Definition at line 109 of file suffix.hpp.
| #define DXLE_NOEXCEPT_IF | ( | COND | ) | noexcept((COND)) |
Definition at line 107 of file suffix.hpp.
| #define DXLE_NOEXCEPT_IF_EXPR | ( | EXPR | ) | noexcept(noexcept((EXPR))) |
Definition at line 110 of file suffix.hpp.
| #define DXLE_NOEXCEPT_OR_NOTHROW noexcept |
Definition at line 94 of file suffix.hpp.
| #define DXLE_PREVENT_MACRO_SUBSTITUTION |
Definition at line 142 of file suffix.hpp.
| #define DXLE_REF_QUALIFIERS_LVALUE & |
Definition at line 132 of file suffix.hpp.
| #define DXLE_REF_QUALIFIERS_RVALUE && |
Definition at line 133 of file suffix.hpp.
| #define DXLE_STATIC_CONSTEXPR static constexpr |
Definition at line 23 of file suffix.hpp.
| #define DXLE_STATIC_CONSTEXPR_DATA_MEMBER_INNER | ( | EXPR | ) | = EXPR |
Definition at line 25 of file suffix.hpp.
| #define DXLE_STATIC_CONSTEXPR_DATA_MEMBER_OUTER | ( | EXPR | ) |
Definition at line 26 of file suffix.hpp.
| #define DXLE_UNUSED [[maybe_unused]] |
Definition at line 145 of file suffix.hpp.
| #define DXLE_USE_UNICODE_LITERALS 1 |
Definition at line 122 of file suffix.hpp.