libcoro
1.0
Coroutine support library for C++20
coro
aggregator
aggregator
aggregator
aggregator
await_suspend_valid_return_value
awaitable
condition_sync_wait
container_type
coroutine
iterator_type
notify_condition
notify_condition
pointer_value
scheduler
standard_allocator
thread_pool
◆
await_suspend_valid_return_value
template<typename T >
concept coro::await_suspend_valid_return_value = (std::is_void_v<T>||std::is_convertible_v<T, bool>||std::is_convertible_v<T, std::coroutine_handle<> >)
Tests, whether T is valid await_suspend return value.
Definition at line
64
of file
common.h
.
Generated on Fri Aug 2 2024 15:51:49 for libcoro by
1.9.1