|
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 >())) |
|
DemandQueryAuction | a |
|
template<typename DemandQueryAuction>
struct paal::auctions::concepts::demand_query_auction< DemandQueryAuction >
Definition at line 142 of file auction_components.hpp.
The documentation for this struct was generated from the following file: