CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::ScopeExit< Func > Member List

This is the complete list of members for CeresEngine::ScopeExit< Func >, including all inherited members.

funcCeresEngine::ScopeExit< Func >
operator=(const ScopeExit &)=deleteCeresEngine::ScopeExit< Func >
operator=(ScopeExit &&)=deleteCeresEngine::ScopeExit< Func >
ScopeExit(Func &&func) noexcept(std::is_nothrow_move_constructible_v< Func >)CeresEngine::ScopeExit< Func >inline
ScopeExit(const ScopeExit &)=deleteCeresEngine::ScopeExit< Func >
ScopeExit(ScopeExit &&rhs) noexcept(std::is_nothrow_move_constructible_v< Func >)CeresEngine::ScopeExit< Func >inline
~ScopeExit() noexceptCeresEngine::ScopeExit< Func >inline