|
using | bidders_t = component_to_range_t< bidders > |
|
using | items_t = component_to_range_t< items > |
|
using | item_val_t = range_to_elem_t< items_t > |
|
auto | get_item () -> decltype(*std::begin(a.template get< items >())) |
|
auto | get_bidder () -> decltype(*std::begin(a.template get< bidders >())) |
|
ValueQueryAuction | a |
|
template<typename ValueQueryAuction>
class paal::auctions::concepts::value_query_auction< ValueQueryAuction >
Definition at line 125 of file auction_components.hpp.
The documentation for this class was generated from the following file: