Public Member Functions | Protected Attributes

priority_queue_local::invert_order< Predicate, first_argument_type, second_argument_type > Class Template Reference

Inverts the order of a comparison functor by swapping its arguments. More...

#include <pq_helpers.h>

List of all members.

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

Detailed Description

template<class Predicate, typename first_argument_type, typename second_argument_type>
class priority_queue_local::invert_order< Predicate, first_argument_type, second_argument_type >

Inverts the order of a comparison functor by swapping its arguments.


The documentation for this class was generated from the following file: