[coroutine.handle.noop.observers] (original) (raw)

17 Language support library [support]

17.13 Coroutines [support.coroutine]

17.13.5 No-op coroutines [coroutine.noop]

17.13.5.2 Class coroutine_handle<noop_coroutine_promise> [coroutine.handle.noop]

17.13.5.2.3 Observers [coroutine.handle.noop.observers]

🔗

constexpr explicit operator bool() const noexcept;

1

#

Returns: true.

🔗

constexpr bool done() const noexcept;

2

#

Returns: false.