TypeHash

Evaluates to the type hash of T, which is the 64-bit Fnv1a hash of the string that would be generated by TypeId!(T).

  1. template TypeHash(T)
    template TypeHash (
    T
    ) {}
  2. template TypeHash(ulong hash, T)

Members

Static variables

TypeHash
auto TypeHash;
Undocumented in source.

Meta