![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
Go to the source code of this file.
| #define ARENE_HAS_BUILTIN | ( | ... | ) |
A platform support query for testing if a supplied builtin is defined.
| ... | The name of the builtin to query for. |
__has_builtin is defined, the result of __has_builtin(__VA_ARGS__), otherwise 0 .Example usage testing for __builtin_is_constant_evaluated :