D++ (DPP)
C++ Discord API Bot Library
|
This is the complete list of members for dpp::async< R >, including all inherited members.
async(Obj &&obj, Fun &&fun, Args &&... args) | dpp::async< R > | inlineexplicit |
async(Fun &&fun, Args &&... args) | dpp::async< R > | inlineexplicit |
async() noexcept | dpp::async< R > | |
async(const async &) | dpp::async< R > | |
async(async &&other) noexcept=default | dpp::async< R > | |
await_ready() const noexcept | dpp::async< R > | |
detail::async::async_base< R > class | dpp::async< R > | friend |
operator co_await() &noexcept | dpp::async< R > | inline |
operator co_await() const &noexcept | dpp::async< R > | inline |
operator co_await() &&noexcept | dpp::async< R > | inline |
operator=(const async &)=delete | dpp::async< R > | |
operator=(async &&other) noexcept=default | dpp::async< R > | |
dpp::detail::async::async_base::operator=(const async_base &)=delete | dpp::detail::async::async_base< R > | private |
dpp::detail::async::async_base::operator=(async_base &&other) noexcept=default | dpp::detail::async::async_base< R > | private |
~async() | dpp::async< R > |