|
CeresEngine 0.2.0
A game development framework
|
This is the complete list of members for CeresEngine::ScopeExit< Func >, including all inherited members.
| func | CeresEngine::ScopeExit< Func > | |
| operator=(const ScopeExit &)=delete | CeresEngine::ScopeExit< Func > | |
| operator=(ScopeExit &&)=delete | CeresEngine::ScopeExit< Func > | |
| ScopeExit(Func &&func) noexcept(std::is_nothrow_move_constructible_v< Func >) | CeresEngine::ScopeExit< Func > | inline |
| ScopeExit(const ScopeExit &)=delete | CeresEngine::ScopeExit< Func > | |
| ScopeExit(ScopeExit &&rhs) noexcept(std::is_nothrow_move_constructible_v< Func >) | CeresEngine::ScopeExit< Func > | inline |
| ~ScopeExit() noexcept | CeresEngine::ScopeExit< Func > | inline |