|
GAMS
1.2.2
|
Comparator for sorting bids in descending order (greater to least) More...
#include <AuctionBid.h>
Public Member Functions | |
| bool | operator() (const AuctionBid &lhs, const AuctionBid &rhs) const |
| Comparison for sorting. More... | |
Comparator for sorting bids in descending order (greater to least)
Definition at line 114 of file AuctionBid.h.
| bool gams::auctions::AuctionBidDescending::operator() | ( | const AuctionBid & | lhs, |
| const AuctionBid & | rhs | ||
| ) | const |
Comparison for sorting.
| lhs | left hand side |
| rhs | right hand side |