This is the complete list of members for task< T, Allocator >, including all inherited members.
make_task(A &&awaitable) | task< T, Allocator > | related |
operator co_await() const &noexcept | task< T, Allocator > | inline |
operator co_await() const &noexcept | task< T, Allocator > | inline |
operator co_await() const &&noexcept | task< T, Allocator > | inline |
operator=(task &&)=delete | task< T, Allocator > | |
promise_ | task< T, Allocator > | private |
task(task &&)=default | task< T, Allocator > | |
task(promise_type *promise) | task< T, Allocator > | inlineprivate |
value_type typedef | task< T, Allocator > |