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