|
dune-common 2.8.0
|
Loading...
Searching...
No Matches
future.hh
Go to the documentation of this file.
77 : _future(std::make_unique<FutureModel<PseudoFuture<T>>>(PseudoFuture<T>(std::forward<U>(data))))
A few common exception classes.
STL namespace.
Reference get(const RAPropertyMapHelper< Reference, PropertyMap > &pmap, const Key &key)
Definition propertymap.hh:82
Default exception if a function was called while the object is not in a valid state for that function...
Definition exceptions.hh:279
This exception is thrown when ready(), wait() or get() is called on an invalid future....
Definition future.hh:16
Type-erasure for future-like objects. A future-like object is a object satisfying the interface of Fu...
Definition future.hh:26
T get()
Waits until the future is ready and returns the resulting value.
Definition future.hh:93
Future()=default
bool valid() const
Checks whether the future is valid. I.e. ‘get()’ was not called on that future and when it was not de...
Definition future.hh:110
T get(T... args)
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8