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