| 61 | |
| 62 | template <typename T> |
| 63 | inline int Compare(const T& l, const T& r) { |
| 64 | return NImpl::TCompareSelector<T>::Compare(l, r); |
| 65 | } |
| 66 | |
| 67 | //////////////////////////////////////////////////////////////////////////////// |
| 68 | // Generic compare functor |
no outgoing calls
no test coverage detected