#include <lib.hpp>

Public Member Functions | |
| scopeguard (const var &v) | |
| Pass in the functor to execute at scope exit. | |
| ~scopeguard () | |
| Call the functor. | |
| void | dismiss () |
| Do not call the functor in the destructor. | |
| void | set (const var &) |
| Change the functor called in the destructor. | |
Definition at line 523 of file lib.hpp.
1.5.7.1