/* header file for pqsort */ template class comparator { public: bool le(ST a, ST b); // less than bool eq(ST a, ST b); // equal to };