mp-coro main
Coroutine support tools
Namespaces | Typedefs
type_traits.h File Reference
#include <mp-coro/bits/get_awaiter.h>
#include <mp-coro/bits/type_traits.h>
#include <mp-coro/concepts.h>
+ Include dependency graph for type_traits.h:
+ This graph shows which files directly or indirectly include this file:

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())