STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
experimental::suspend_never Struct Reference

Public Member Functions

bool await_ready () _NOEXCEPT
 
void await_suspend (coroutine_handle<>) _NOEXCEPT
 
void await_resume () _NOEXCEPT
 

Member Function Documentation

bool experimental::suspend_never::await_ready ( )
inline
230  {
231  return true;
232  }
void experimental::suspend_never::await_resume ( )
inline
239  {
240  }
void experimental::suspend_never::await_suspend ( coroutine_handle<>  )
inline
235  {
236  }

The documentation for this struct was generated from the following file: