mirror of
https://github.com/microsoft/GSL.git
synced 2025-04-01 08:56:29 -04:00
Update headers.md
This commit is contained in:
parent
8ffd43043d
commit
628b2c5c27
@ -808,7 +808,7 @@ explicit final_action(F&& ff) noexcept;
|
||||
Construct an object with the action to invoke in the destructor.
|
||||
|
||||
```cpp
|
||||
~final_action() noexcept;
|
||||
~final_action() noexcept(std::is_nothrow_invocable_v<F>);
|
||||
```
|
||||
|
||||
The destructor will call the action that was passed in the constructor.
|
||||
|
Loading…
x
Reference in New Issue
Block a user