xentara-utils v2.0.4
The Xentara Utility Library
|
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 > |