std::experimental::scope_exit| Technical Specification | ||||
| Filesystem library(filesystem TS) | ||||
| Library fundamentals(library fundamentals TS) | ||||
| Library fundamentals 2(library fundamentals TS v2) | ||||
| Library fundamentals 3(library fundamentals TS v3) | ||||
| Extensions for parallelism(parallelism TS) | ||||
| Extensions for parallelism 2(parallelism TS v2) | ||||
| Extensions for concurrency(concurrency TS) | ||||
| Extensions for concurrency 2(concurrency TS v2) | ||||
| Concepts(concepts TS) | ||||
| Ranges(ranges TS) | ||||
| Reflection(reflection TS) | ||||
| Mathematical special functions(special functions TR) | ||||
| Experimental Non-TS | ||||
| Pattern Matching | ||||
| Linear Algebra | ||||
| std::execution | ||||
| Contracts | ||||
| 2D Graphics |
| Member functions | ||||
| Modifiers | ||||
| Deduction guides |
Defined in header <experimental/scope> | ||
template<class EF> scope_exit(EF)-> scope_exit<EF>; | (library fundamentals TS v3) | |
Onededuction guide is provided forstd::experimental::scope_exit to permit deduction from an argument of function or function object type.
The argument (afterfunction-to-pointer decay, if any) is copied or moved into the constructedscope_exit.
| This section is incomplete Reason: no example |