CriterionFromKey

Undocumented in source.

Members

Aliases

CompatibleKeyType
alias CompatibleKeyType = typeof(ckey(MultiIndex.ValueView.init))
Undocumented in source.
KeyType
alias KeyType = MultiIndex.index!(index).KeyType
Undocumented in source.
ckey
alias ckey = unaryFun!CompatibleKeyFromKey
Undocumented in source.
key
alias key = MultiIndex.index!(index).key
Undocumented in source.
less
alias less = binaryFun!CompatibleLess
Undocumented in source.

Static functions

cc_less
bool cc_less(CompatibleKeyType a, CompatibleKeyType b)
Undocumented in source. Be warned that the author may not have intended to support it.
ck_less
bool ck_less(CompatibleKeyType a, KeyType b)
Undocumented in source. Be warned that the author may not have intended to support it.
kc_less
bool kc_less(KeyType a, CompatibleKeyType b)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta