(C++20)
cppreference.com
< cpp
traits
<coroutine> . | |
(C++20) |
trait type for discovering coroutine promise types (class template) |
<coroutine> . | |
(C++20) |
(class template) |
No-op
<coroutine> . | |
(C++20) |
creates a coroutine handle that has no observable effects when resumed or destroyed (function) |
(C++20) |
used for coroutines with no observable effects (class) |
(C++20) |
std::coroutine_handle<std::noop_coroutine_promise>, intended to refer to a no-op coroutine (typedef) |
Trivial awaitables
<coroutine> . | |
(C++20) |
indicates that an await-expression should never suspend (class) |
(C++20) |
indicates that an await-expression should always suspend (class) |