xentara-utils v1.2.1
Xentara utilities library
Loading...
Searching...
No Matches
xentara::utils::tools::Defer< Callable > Member List

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 >