#include <stream_future.h>
template<typename Alloc, typename... Ts>
class aom::Basic_stream_promise< Alloc, Ts >
- Template Parameters
-
◆ Basic_stream_promise() [1/2]
template<typename Alloc , typename... Ts>
◆ Basic_stream_promise() [2/2]
template<typename Alloc , typename... Ts>
◆ ~Basic_stream_promise()
template<typename Alloc , typename... Ts>
◆ complete()
template<typename Alloc , typename... Ts>
◆ get_future()
template<typename Alloc , typename... Ts>
Get the future object.
- Parameters
-
- Returns
- future_type
◆ operator bool()
template<typename Alloc , typename... Ts>
returns wether the promise still refers to an uncompleted future
- Returns
- true
-
false
◆ operator=()
template<typename Alloc , typename... Ts>
◆ push()
template<typename Alloc , typename... Ts>
template<typename... Us>
Add a datapoint to the stream.
- Template Parameters
-
◆ set_exception()
template<typename Alloc , typename... Ts>
Notify failure of the stream.
The documentation for this class was generated from the following file: