Template Class MultiFuture
Defined in File MultiFuture.hpp
Inheritance Relationships
Base Type
public std::vector< std::future< T > >
Class Documentation
-
template<typename T>
class MultiFuture : public std::vector<std::future<T>> Aggregates a list of futures into one future that can be waited on all at once.
Public Functions
-
MultiFuture(const MultiFuture&) = delete
Copy-construction is banned.
-
MultiFuture &operator=(const MultiFuture&) = delete
Copy-assignment is banned.
-
MultiFuture(const MultiFuture&) = delete