Hashed

a hash table index KeyFromValue(value) = key of type KeyType Hash(key) = hash of type size_t Eq(key1, key2) determines equality of key1, key2

template Hashed (
bool allowDuplicates = false
alias KeyFromValue = "a"
alias Hash = "typeid(a).getHash(&a)"
alias Eq = "a==b"
) {}

Members

Templates

Inner
template Inner(ThisContainer, ThisNode, Value, ValueView, size_t N, Allocator)

_

Variables

BenefitsFromSignals
enum bool BenefitsFromSignals;
Undocumented in source.

Meta