|
GAMS
1.2.2
|
Comparator for sorting bids in ascending order (least to greatest) 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 ascending order (least to greatest)
Definition at line 100 of file AuctionBid.h.
| bool gams::auctions::AuctionBidAscending::operator() | ( | const AuctionBid & | lhs, |
| const AuctionBid & | rhs | ||
| ) | const |
Comparison for sorting.
| lhs | left hand side |
| rhs | right hand side |