Public Types | |
using | cost_type = CostType |
Public Member Functions | |
ItemCostPair (const std::pair< ValueType, CostType > &other) | |
ItemCostPair (std::pair< ValueType, CostType > &&other) | |
ValueType & | value () |
const ValueType & | value () const |
CostType | cost () const |
constexpr bool | operator< (const ItemCostPair &other) const |