Iros
 
Loading...
Searching...
No Matches
is_awaitable.h File Reference

Go to the source code of this file.

Namespaces

namespace  di
 
namespace  di::concepts
 
namespace  di::concepts::detail
 

Concepts

concept  di::concepts::IsAwaitable
 

Functions

template<typename Awaitable>
auto di::concepts::detail::get_awaiter (Awaitable &&awaitable, void *) -> decltype(auto)
 
template<typename Awaitable, typename Promise>
auto di::concepts::detail::get_awaiter (Awaitable &&awaitable, Promise *promise) -> decltype(auto) requires(