std::noop_coroutine_promise

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

# See also