D++ (DPP)  10.0.30
C++ Discord API Bot Library
dpp::async< R > Member List

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() noexceptdpp::async< R >
async(const async &)dpp::async< R >
async(async &&other) noexcept=defaultdpp::async< R >
await_ready() const noexceptdpp::async< R >
detail::async::async_base< R > classdpp::async< R >friend
operator co_await() &noexceptdpp::async< R >inline
operator co_await() const &noexceptdpp::async< R >inline
operator co_await() &&noexceptdpp::async< R >inline
operator=(const async &)=deletedpp::async< R >
operator=(async &&other) noexcept=defaultdpp::async< R >
dpp::detail::async::async_base::operator=(const async_base &)=deletedpp::detail::async::async_base< R >private
dpp::detail::async::async_base::operator=(async_base &&other) noexcept=defaultdpp::detail::async::async_base< R >private
~async()dpp::async< R >