CARB_NODISCARD_TYPE_MSG#
Defined in carb/Defines.h
-
CARB_NODISCARD_TYPE_MSG(msg)#
Defined as
[[nodiscard(msg)]]
if the current compiler supports C++20; falls back toCARB_NODISCARD_TYPE
without the message pre-C++20.
Defined in carb/Defines.h
Defined as [[nodiscard(msg)]]
if the current compiler supports C++20; falls back to CARB_NODISCARD_TYPE
without the message pre-C++20.