CARB_NODISCARD_TYPE

Defined in carb/Defines.h

CARB_NODISCARD_TYPE

Defined as [[nodiscard]] if the current compiler supports C++17 and is empty otherwise. This operates similar to CARB_NODISCARD but is meant to be used on type definitions, as the warn_unused_result fallback is not supported for types.