![]() |
UtilsLite
Utilities for C++ programming
|
#include <ThreadUtils.hxx>
Public Member Functions | |
at_scope_exit_impl (at_scope_exit_impl const &)=delete | |
at_scope_exit_impl & | operator= (at_scope_exit_impl const &)=delete |
at_scope_exit_impl () | |
at_scope_exit_impl (Destructor &&destructor) | |
at_scope_exit_impl (Destructor const &destructor) | |
at_scope_exit_impl (at_scope_exit_impl &&x) noexcept | |
at_scope_exit_impl & | operator= (at_scope_exit_impl &&x) |
~at_scope_exit_impl () | |
Call some function at the end of the current block
|
delete |
|
inline |
|
inlineexplicit |
|
inlineexplicit |
|
inlinenoexcept |
|
inline |
|
inline |
|
delete |