STLdoc
STLdocumentation
Main Page
Namespaces
Classes
Files
Class List
Class Index
Class Hierarchy
Class Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
experimental
suspend_never
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:
VS2017/inc/experimental/
resumable
Generated on Sat Jul 22 2017 14:41:16 for STLdoc by
1.8.8