STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
experimental::suspend_always 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_always::await_ready ( )
inline
216  {
217  return false;
218  }
void experimental::suspend_always::await_resume ( )
inline
225  {
226  }
void experimental::suspend_always::await_suspend ( coroutine_handle<>  )
inline
221  {
222  }

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