Searched defs:shared_future (Results 1 – 3 of 3) sorted by relevance
2130 class shared_future : public detail::basic_future<R> class2161 shared_future(future_ptr a_future): in shared_future() function in boost::shared_future2169 shared_future(shared_future const& other): in shared_future() function in boost::shared_future2175 BOOST_CONSTEXPR shared_future() in shared_future() function in boost::shared_future2178 shared_future(exceptional_ptr const& ex): in shared_future() function in boost::shared_future2189 shared_future(BOOST_THREAD_RV_REF(shared_future) other) BOOST_NOEXCEPT : in shared_future() function in boost::shared_future2193 shared_future(BOOST_THREAD_RV_REF( BOOST_THREAD_FUTURE<R> ) other) BOOST_NOEXCEPT : in shared_future() function in boost::shared_future
68 struct shared_future<_Rp&> { struct
143 typedef boost::shared_future<bool> shared_future; typedef230 typedef std::shared_future<bool> shared_future; typedef