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 to[[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 [[nodiscard]]
without the message pre-C++20.