#include <mp-coro/bits/get_awaiter.h>
#include <mp-coro/bits/type_traits.h>
#include <mp-coro/concepts.h>
Go to the source code of this file.
Namespaces | |
namespace | mp_coro |
Typedefs | |
template<awaitable A> | |
using | awaiter_for_t = decltype(detail::get_awaiter(std::declval< A >())) |
template<awaitable A> | |
using | await_result_t = decltype(std::declval< awaiter_for_t< A > >().await_resume()) |