Searched defs:future_when_all_tuple_shared_state (Results 1 – 1 of 1) sorted by relevance
5698 struct future_when_all_tuple_shared_state: future_async_shared_state_base<Tuple> struct5700 Tuple tup_;5701 typedef typename make_tuple_indices<1+sizeof...(T)>::type Index;5703 static void run(shared_ptr<boost::detail::shared_state_base> that_) {5716 void wait_for_all(tuple_indices<Indices...>) {5724 bool run_deferred() {5728 void init() {5743 …future_when_all_tuple_shared_state(values_tag, BOOST_THREAD_FWD_REF(F) f, BOOST_THREAD_FWD_REF(Fs)… argument5748 ~future_when_all_tuple_shared_state() {}