rcpputils
master
C++ API providing common utilities and data structures.
|
#include <scope_exit.hpp>
Public Member Functions | |
scope_exit (CallableT &&callable) | |
scope_exit (const scope_exit &)=delete | |
scope_exit (scope_exit &&)=default | |
scope_exit & | operator= (const scope_exit &)=delete |
scope_exit & | operator= (scope_exit &&)=default |
~scope_exit () | |
void | cancel () |
|
inlineexplicit |
|
delete |
|
default |
|
inline |
|
delete |
|
default |
|
inline |