![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
Go to the source code of this file.
| #define ARENE_NODISCARD |
An alias for [[nodiscard]] , or a no-op if the attribute is not supported.
| #define ARENE_NODISCARD_WITH | ( | ... | ) |
An alias for [[nodiscard(...)]] , or a no-op if the attribute is not supported.