std::noop_coroutine_promise
Min standard notice:
Header: <coroutine>
noop_coroutine_promise is the promise type of no-op coroutines.
# Declarations
struct noop_coroutine_promise {};
(since C++20)
# Example
This section is incompleteReason: no example