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
214  {
215  return false;
216  }
void experimental::suspend_always::await_resume ( )
inline
223  {
224  }
void experimental::suspend_always::await_suspend ( coroutine_handle<>  )
inline
219  {
220  }

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