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
232  {
233  return true;
234  }
void experimental::suspend_never::await_resume ( )
inline
241  {
242  }
void experimental::suspend_never::await_suspend ( coroutine_handle<>  )
inline
237  {
238  }

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