| 260 | |
| 261 | template<typename T> |
| 262 | static bool compare(const T& v0, const T& v1) { |
| 263 | return (Key)v0 < (Key)v1; |
| 264 | } |
| 265 | |
| 266 | private: |
| 267 | ParallelRadixSort (const ParallelRadixSort& other) DELETED; // do not implement |
no outgoing calls
no test coverage detected