CARB_NODISCARD_MSG#
Defined in carb/Defines.h
-
CARB_NODISCARD_MSG(msg)#
Defined as
[[nodiscard(msg)]]
if the current compiler supports C++20; falls back toCARB_NODISCARD
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
without the message pre-C++20.