wwa-scope-action 1.0.0
Scope guard utilities for managing exit actions in C++
|
This is the complete list of members for wwa::utils::exit_action< ExitFunc >, including all inherited members.
exit_action(Func &&fn) noexcept(std::is_nothrow_constructible_v< ExitFunc, Func >||std::is_nothrow_constructible_v< ExitFunc, Func & >) | wwa::utils::exit_action< ExitFunc > | inlineexplicit |
exit_action(Func &&fn) noexcept | wwa::utils::exit_action< ExitFunc > | inlineexplicit |
exit_action(exit_action &&other) noexcept(std::is_nothrow_move_constructible_v< ExitFunc >||std::is_nothrow_copy_constructible_v< ExitFunc >) | wwa::utils::exit_action< ExitFunc > | inline |
release() noexcept | wwa::utils::exit_action< ExitFunc > | inline |
~exit_action() noexcept | wwa::utils::exit_action< ExitFunc > | inline |