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::experimental::scope_success::~scope_success(3) C++ Standard Libary std::experimental::scope_success::~scope_success(3)

std::experimental::scope_success::~scope_success - std::experimental::scope_success::~scope_success


~scope_success() noexcept(noexcept(std::declval<EF&>()())); (library fundamentals
TS v3)


Calls the exit function if the result of std::uncaught_exceptions() is less than or
equal to the counter of uncaught exceptions (typically on normal exit) and the
scope_success is active, then destroys the stored EF (if it is a function object)
and any other non-static data members.


Throws any exception thrown by calling the exit function.


Whether the destructor is called on stack unwinding can be detected by the
comparison of the result of std::uncaught_exceptions() and the counter of uncaught
exceptions in the scope_success.


Unlike other classes or class template specializations in the C++ standard library
and other C++ TR/TS's, scope_success's destructor is permitted to throw an
exception.


release makes the scope_success inactive
(public member function)

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.