GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
std::coroutine_handle::destroy(3) C++ Standard Libary std::coroutine_handle::destroy(3)

std::coroutine_handle::destroy - std::coroutine_handle::destroy


Member of other specializations
void destroy() const; (1) (since
C++20)
Member of specialization
std::coroutine_handle<std::noop_coroutine_promise>
constexpr void destroy() const noexcept; (2) (since
C++20)


1) Destroys the coroutine state of the coroutine to which *this refers, or does
nothing if the coroutine is a no-op coroutine.
2) Does nothing.


The behavior is undefined if destroying is needed and *this does not refer to a
suspended coroutine.


(none)


(none)


This section is incomplete
Reason: no example


operator() resumes execution of the coroutine
resume (public member function)
(C++20)

2022.07.31 http://cppreference.com

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.