Home | History | Annotate | Download | only in src

Lines Matching defs:KeyCompare

65 template <typename KeyType, class Enable = void> struct KeyCompare {};
68 struct KeyCompare<KeyType,
77 struct KeyCompare<KeyType, typename std::enable_if<
169 // floating point values because KeyCompare is the final source of truth - in
173 KeyCompare<KeyType>>;