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 toCARB_NODISCARDbut is meant to be used on type definitions, as thewarn_unused_resultfallback is not supported for types.