CARB_NODISCARD

Defined in carb/Defines.h

CARB_NODISCARD

Defined as [[nodiscard]] if the current compiler supports C++17. This reverts to warn_unused_result attribute where it is available and will be empty if it is not.