Class std::suspend_never¶
Class List > std > suspend_never
#include <frame.h>
Public Functions¶
Type | Name |
---|---|
constexpr bool | await_ready () noexcept const |
constexpr void | await_resume () noexcept const |
constexpr void | await_suspend (coroutine_handle< void >) noexcept const |
Public Functions Documentation¶
function await_ready¶
inline constexpr bool std::suspend_never::await_ready () noexcept const
function await_resume¶
inline constexpr void std::suspend_never::await_resume () noexcept const
function await_suspend¶
inline constexpr void std::suspend_never::await_suspend (
coroutine_handle < void >
) noexcept const
The documentation for this class was generated from the following file interface/coroutine/frame.h