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), using hash as initial hash value so that TypeHash!(TypeHash!(A), B) evaluates to the 64-bit Fvn1a hash value of TypeId!(A) ~ TypeId!(B).

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

Members

Static variables

TypeHash
auto TypeHash;
Undocumented in source.
TypeHash
auto TypeHash;
Undocumented in source.
TypeHash
auto TypeHash;
Undocumented in source.
TypeHash
auto TypeHash;
Undocumented in source.
TypeHash
auto TypeHash;
Undocumented in source.
TypeHash
auto TypeHash;
Undocumented in source.
TypeHash
auto TypeHash;
Undocumented in source.
TypeHash
auto TypeHash;
Undocumented in source.
TypeHash
auto TypeHash;
Undocumented in source.

Meta