Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
nodiscard.hpp File Reference

Go to the source code of this file.

Macro Definition Documentation

◆ ARENE_NODISCARD

#define ARENE_NODISCARD

An alias for [[nodiscard]] , or a no-op if the attribute is not supported.

◆ ARENE_NODISCARD_WITH

#define ARENE_NODISCARD_WITH ( ...)
Value:
#define ARENE_NODISCARD
An alias for [[nodiscard]] , or a no-op if the attribute is not supported.
Definition nodiscard.hpp:25

An alias for [[nodiscard(...)]] , or a no-op if the attribute is not supported.