![]() |
D++ (DPP)
C++ Discord API Bot Library
|
Specialization of std::coroutine_traits, helps the standard library figure out a promise type from a coroutine function. More...
#include <coroutine.h>
Public Types | |
| using | promise_type = dpp::detail::coroutine::promise_t<R> |
Specialization of std::coroutine_traits, helps the standard library figure out a promise type from a coroutine function.
| using dpp::detail::std_coroutine::coroutine_traits< dpp::coroutine< R >, Args... >::promise_type = dpp::detail::coroutine::promise_t<R> |