CARB_HASH_STRING#
Defined in carb/Defines.h
-
CARB_HASH_STRING(str)#
Computes a literal string hash at compile time.
- Parameters:
str – The string literal to hash
- Returns:
A hash computed from the given string literal as if by carb::fnv1aHash().
Defined in carb/Defines.h
Computes a literal string hash at compile time.
str – The string literal to hash
A hash computed from the given string literal as if by carb::fnv1aHash().