|
using | gamma_t = typename data_structures::component_traits< typename std::decay< GammaOracleAuction >::type >::template type< gamma >::type |
|
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 >())) |
|
GammaOracleAuction | a |
|
template<typename GammaOracleAuction>
struct paal::auctions::concepts::gamma_oracle_auction< GammaOracleAuction >
Definition at line 161 of file auction_components.hpp.
The documentation for this struct was generated from the following file: