Inverts the order of a comparison functor by swapping its arguments. More...
#include <pq_helpers.h>
Public Member Functions | |
invert_order (const Predicate &_pred) | |
bool | operator() (const first_argument_type &x, const second_argument_type &y) const |
Protected Attributes | |
Predicate | pred |
Inverts the order of a comparison functor by swapping its arguments.