isTrieableKeyType

template isTrieableKeyType (
T
) {
enum isTrieableKeyType;
enum isTrieableKeyType;
}

Return Value

true if T is a type that can be stored as a key in a trie, false otherwise.

Meta