xentara-utils v2.0.4
The Xentara Utility Library
|
This is the complete list of members for xentara::utils::tools::Defer< Callable >, including all inherited members.
Defer(Callable &&callable) noexcept(std::is_nothrow_move_constructible_v< Callable >) | xentara::utils::tools::Defer< Callable > | |
Defer(const Callable &callable) noexcept(std::is_nothrow_copy_constructible_v< Callable >) | xentara::utils::tools::Defer< Callable > | |
~Defer() noexcept(std::is_nothrow_invocable_v< Callable >) | xentara::utils::tools::Defer< Callable > |