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

This is the complete list of members for xentara::utils::tools::DeferThrowing< Callable >, including all inherited members.

DeferThrowing(Callable &&callable) noexcept(std::is_nothrow_move_constructible_v< Callable >)xentara::utils::tools::DeferThrowing< Callable >
DeferThrowing(const Callable &callable) noexcept(std::is_nothrow_copy_constructible_v< Callable >)xentara::utils::tools::DeferThrowing< Callable >
~DeferThrowing() noexcept(std::is_nothrow_invocable_v< Callable >)xentara::utils::tools::DeferThrowing< Callable >