stlab 2.3.0
Modern, modular C++ algorithms, data structures, and concurrency primitives
Loading...
Searching...
No Matches
stlab::make_when_any< T > Struct Template Reference

Helper to implement when_any for result type T. More...

#include <future.hpp>

Static Public Member Functions

template<class E, class F, class... Ts>
static auto make (const E &executor, F f, future< T > arg, future< Ts >... args)

Detailed Description

template<class T>
struct stlab::make_when_any< T >

Helper to implement when_any for result type T.


The documentation for this struct was generated from the following file: