CARB_CPP20_LIKELY
Defined in carb/Defines.h
-
CARB_CPP20_LIKELY
Defined as
[[likely]]
if the current compiler supports C++20 (that is, CARB_HAS_CPP20 is non-zero) and the compiler reports the presence of thelikely
attributes.
Defined in carb/Defines.h
Defined as [[likely]]
if the current compiler supports C++20 (that is, CARB_HAS_CPP20 is non-zero) and the compiler reports the presence of the likely
attributes.