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"
) {
enum bool BenefitsFromSignals;
}

Members

Templates

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

_

Meta