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().