8 template <
typename Key,
typename T>
DYN_FUNC bool operator!=(const Pair &other) const
DYN_FUNC bool operator==(const Pair &other) const
DYN_FUNC bool operator>(const Pair &other) const
DYN_FUNC bool operator<=(const Pair &other) const
DYN_FUNC bool operator<(const Pair &other) const
DYN_FUNC Pair(Key key, T val)
DYN_FUNC bool operator>=(const Pair &other) const
This is an implementation of AdditiveCCD based on peridyno.