CARB_CONSTEVAL#
Defined in carb/Compiler.h
-
CARB_CONSTEVAL#
A macro to mark a function as compile-time-only function. If C++20 is not in use, this becomes
constexpr.
Defined in carb/Compiler.h
A macro to mark a function as compile-time-only function. If C++20 is not in use, this becomes constexpr.