STLdoc
STLdocumentation
|
Namespaces | |
experimental | |
Macros | |
#define | _EXPERIMENTAL_RESUMABLE_ |
Functions | |
size_t | _coro_resume (void *) |
void | _coro_destroy (void *) |
size_t | _coro_done (void *) |
template<typename _PromiseT > | |
bool | experimental::operator== (coroutine_handle< _PromiseT > const &_Left, coroutine_handle< _PromiseT > const &_Right) _NOEXCEPT |
template<typename _PromiseT > | |
bool | experimental::operator!= (coroutine_handle< _PromiseT > const &_Left, coroutine_handle< _PromiseT > const &_Right) _NOEXCEPT |
_STD_END size_t | _coro_frame_size () |
void * | _coro_frame_ptr () |
void | _coro_init_block () |
void * | _coro_resume_addr () |
void | _coro_init_frame (void *) |
void | _coro_save (size_t) |
void | _coro_suspend (size_t) |
void | _coro_cancel () |
void | _coro_resume_block () |
#define _EXPERIMENTAL_RESUMABLE_ |
void _coro_cancel | ( | ) |
void* _coro_frame_ptr | ( | ) |
void _coro_init_block | ( | ) |
void* _coro_resume_addr | ( | ) |
void _coro_resume_block | ( | ) |