|
void * | operator new (std::size_t size) |
|
void | operator delete (void *ptr, std::size_t size) |
|
generator | get_return_object () noexcept |
|
void | unhandled_exception () noexcept |
|
std::suspend_always | yield_value (const T &from) noexcept |
|
void | rethrow_if_exception () const |
|
|
static std::suspend_always | initial_suspend () noexcept |
|
static std::suspend_always | final_suspend () noexcept |
|
static void | return_void () noexcept |
|
|
const T * | value {} |
|
std::exception_ptr | exception |
|
The documentation for this struct was generated from the following file: