![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
Go to the source code of this file.
| #define ARENE_HAS_INCLUDE | ( | ... | ) |
A platform support query for testing if a header exists.
| ... | The include to test availability of, including the <> or "". |
__has_include is defined, the result of __has_include(__VA_ARGS__), otherwise false .Example usage testing for <version> :