Async++ unknown
Async (co_await/co_return) code for C++
|
This is the complete list of members for asyncpp::task< T, Allocator >, including all inherited members.
handle_t typedef | asyncpp::task< T, Allocator > | |
operator bool() const noexcept | asyncpp::task< T, Allocator > | inlineexplicit |
operator co_await() noexcept | asyncpp::task< T, Allocator > | inline |
operator!() const noexcept | asyncpp::task< T, Allocator > | inline |
operator=(task &&other) noexcept | asyncpp::task< T, Allocator > | inline |
operator=(const task &)=delete (defined in asyncpp::task< T, Allocator >) | asyncpp::task< T, Allocator > | |
promise_type typedef | asyncpp::task< T, Allocator > | |
task(handle_t hndl) noexcept | asyncpp::task< T, Allocator > | inline |
task(std::nullptr_t) noexcept | asyncpp::task< T, Allocator > | inlineexplicit |
task(task &&other) noexcept | asyncpp::task< T, Allocator > | inline |
task(const task &)=delete (defined in asyncpp::task< T, Allocator >) | asyncpp::task< T, Allocator > | |
~task() | asyncpp::task< T, Allocator > | inline |