MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / get

Method get

extern/boost/boost/thread/future.hpp:2220–2227  ·  view source on GitHub ↗

retrieving the value

Source from the content-addressed store, hash-verified

2218 }
2219 // retrieving the value
2220 typename detail::shared_state<R>::shared_future_get_result_type get() const
2221 {
2222 if(!this->future_)
2223 {
2224 boost::throw_exception(future_uninitialized());
2225 }
2226 return this->future_->get_sh();
2227 }
2228
2229 template <typename R2>
2230 typename boost::disable_if< is_void<R2>, typename detail::shared_state<R>::shared_future_get_result_type>::type

Callers 15

getFunction · 0.45
lockMethod · 0.45
basic_futureClass · 0.45
getMethod · 0.45
get_orMethod · 0.45
get_orFunction · 0.45
set_executorFunction · 0.45
get_futureFunction · 0.45
set_value_deferredFunction · 0.45
set_exception_deferredFunction · 0.45
set_value_at_thread_exitFunction · 0.45

Calls 2

get_shMethod · 0.80
throw_exceptionFunction · 0.50

Tested by

no test coverage detected