Public Types | |
using | bid_iterator = typename boost::range_iterator< typename std::result_of< GetBids(Bidder)>::type >::type |
using | bid = typename std::iterator_traits< bid_iterator >::reference |
using | value = pure_result_of_t< GetValue(bid)> |
using | items = typename std::result_of< GetItems(bid)>::type |
using | items_val = typename std::decay< items >::type |
using | item = range_to_ref_t< items > |
template<class GetPrice > | |
using | price = pure_result_of_t< GetPrice(item)> |
Definition at line 90 of file xor_bids.hpp.