|
EtcPal
0.4.1
ETC Platform Abstraction Layer (EtcPal)
|
View other versions:
|
Common definitions used by EtcPal C++ wrappers.
Go to the source code of this file.
Macros | |
| #define | ETCPAL_CONSTEXPR_14 |
| Stand-in for "constexpr" on entities that can only be defined "constexpr" in C++14 or later. | |
| #define | ETCPAL_CONSTEXPR_14_OR_INLINE inline |
| Defined to "constexpr" in C++14 or later, "inline" earlier. | |
| #define | ETCPAL_NO_EXCEPTIONS |
| Explicitly removes all "throw" statements from EtcPal C++ headers. More... | |