#include <utility>
Go to the source code of this file.
Namespaces | |
namespace | mp_coro |
namespace | mp_coro::detail |
Functions | |
template<typename T > | |
decltype(auto) | get_awaiter (T &&awaitable) |
Apply member operator co_await if it exists, otherwise, apply global operator co_await if it exists, otherwise, simply forward awaitable . More... | |