since C++ priority_queue is a max heap, this comparator allows using C++ priority_queue as a min heap by inverting the comparison More...
#include <AVI.h>
Public Member Functions | |
bool | operator() (const AVI *left, const AVI *right) const |
since C++ priority_queue is a max heap, this comparator allows using C++ priority_queue as a min heap by inverting the comparison
Reimplemented from AVIComparator.