Variadic Futures
|
#include "var_future/config.h"
#include "var_future/future.h"
#include "var_future/impl/stream/stream_storage_decl.h"
#include <memory>
#include "var_future/impl/stream/stream_future.h"
#include "var_future/impl/stream/stream_promise.h"
#include "var_future/impl/stream/stream_storage_impl.h"
Go to the source code of this file.
Classes | |
class | aom::Basic_stream_promise< Alloc, Ts > |
class | aom::Basic_stream_future< Alloc, Ts > |
Represents a stream of values that will be eventually available. More... | |
class | aom::Basic_stream_promise< Alloc, Ts > |
Typedefs | |
template<typename... Ts> | |
using | aom::Stream_future = Basic_stream_future< std::allocator< void >, Ts... > |
Basic_stream_future with default allocator. More... | |
template<typename... Ts> | |
using | aom::Stream_promise = Basic_stream_promise< std::allocator< void >, Ts... > |
Streams
using aom::Stream_future = typedef Basic_stream_future<std::allocator<void>, Ts...> |
Basic_stream_future with default allocator.
Ts |
using aom::Stream_promise = typedef Basic_stream_promise<std::allocator<void>, Ts...> |
Ts |