FastLED 3.9.15
|
Compatibility functions based on C++ version.
Definition in file cpp_compat.h.
Go to the source code of this file.
Macros | |
#define | constexpr const |
Declares that it is possible to evaluate a value at compile time, introduced in C++11. | |
#define | static_assert(expression, message) |
Compile-time assertion checking, introduced in C++11. | |