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_NODISCARD
but is meant to be used on type definitions, as thewarn_unused_result
fallback is not supported for types.