![]() |
D++ (DPP)
C++ Discord API Bot Library
|
This is the complete list of members for dpp::detail::coroutine::promise_t< R >, including all inherited members.
| exception | dpp::detail::coroutine::promise_t< R > | |
| final_suspend() const noexcept | dpp::detail::coroutine::promise_t< R > | |
| get_return_object() | dpp::detail::coroutine::promise_t< R > | inline |
| initial_suspend() const noexcept | dpp::detail::coroutine::promise_t< R > | inline |
| parent | dpp::detail::coroutine::promise_t< R > | |
| result | dpp::detail::coroutine::promise_t< R > | |
| return_value(R &&expr) noexcept(std::is_nothrow_move_constructible_v< R >) | dpp::detail::coroutine::promise_t< R > | inline |
| return_value(const R &expr) noexcept(std::is_nothrow_copy_constructible_v< R >) | dpp::detail::coroutine::promise_t< R > | inline |
| return_value(T &&expr) noexcept(std::is_nothrow_convertible_v< T, R >) | dpp::detail::coroutine::promise_t< R > | inline |
| unhandled_exception() noexcept | dpp::detail::coroutine::promise_t< R > | inline |