Inkscape
Vector Graphics Editor
|
#include <scope_exit.h>
Public Member Functions | |
scope_exit (F &&f) | |
scope_exit (scope_exit const &)=delete | |
scope_exit & | operator= (scope_exit const &)=delete |
~scope_exit () | |
Private Attributes | |
std::decay_t< F > | f |
Definition at line 14 of file scope_exit.h.
|
inline |
Definition at line 17 of file scope_exit.h.
|
delete |
|
inline |
Definition at line 20 of file scope_exit.h.
References scope_exit< F >::f.
|
delete |
|
private |
Definition at line 23 of file scope_exit.h.
Referenced by scope_exit< F >::~scope_exit().