Public Member Functions | |
scope_exit (std::function< void()> f) noexcept | |
~scope_exit () | |
Public Attributes | |
std::function< void()> | f_ |
Definition at line 308 of file test_interpreter.cpp.
|
inlineexplicitnoexcept |
Definition at line 310 of file test_interpreter.cpp.
|
inline |
Definition at line 311 of file test_interpreter.cpp.
std::function<void()> scope_exit::f_ |
Definition at line 309 of file test_interpreter.cpp.