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