|
Stxxl
1.4.0
|
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.
Definition at line 146 of file pq_helpers.h.
| stxxl::priority_queue_local::invert_order< Predicate, first_argument_type, second_argument_type >::invert_order | ( | const Predicate & | _pred | ) | [inline, explicit] |
Definition at line 153 of file pq_helpers.h.
| bool stxxl::priority_queue_local::invert_order< Predicate, first_argument_type, second_argument_type >::operator() | ( | const first_argument_type & | x, |
| const second_argument_type & | y | ||
| ) | const [inline] |
Definition at line 155 of file pq_helpers.h.
Predicate stxxl::priority_queue_local::invert_order< Predicate, first_argument_type, second_argument_type >::pred [protected] |
Definition at line 149 of file pq_helpers.h.
1.7.6.1