![]() |
Spicy
|
#include <util.h>
Public Member Functions | |
| scope_exit (EF &&f) noexcept | |
| scope_exit (const scope_exit &)=delete | |
| scope_exit (scope_exit &&)=delete | |
Public Attributes | |
| EF | _f |
Clone of std::experimental::scope_exit that calls an exit function on destruction.