#include <scope_exit.hpp>
Public Member Functions | |
scope_exit (F &&f) | |
~scope_exit () | |
Private Attributes | |
F | f_ |
Definition at line 23 of file scope_exit.hpp.
|
inlineexplicit |
Definition at line 26 of file scope_exit.hpp.
|
inline |
Definition at line 27 of file scope_exit.hpp.
|
private |
Definition at line 24 of file scope_exit.hpp.
Referenced by utils::scope_exit_syntax_support::operator<<().