rippled
ripple::scope_success< EF > Member List

This is the complete list of members for ripple::scope_success< EF >, including all inherited members.

execute_on_destruction_ripple::scope_success< EF >private
exit_function_ripple::scope_success< EF >private
operator=(scope_success &&)=deleteripple::scope_success< EF >
release() noexceptripple::scope_success< EF >
scope_success(scope_success &&rhs) noexcept(std::is_nothrow_move_constructible_v< EF >||std::is_nothrow_copy_constructible_v< EF >)ripple::scope_success< EF >
scope_success(EFP &&f, std::enable_if_t< !std::is_same_v< std::remove_cv_t< EFP >, scope_success > &&std::is_constructible_v< EF, EFP >> *=0) noexcept(std::is_nothrow_constructible_v< EF, EFP >||std::is_nothrow_constructible_v< EF, EFP & >)ripple::scope_success< EF >explicit
uncaught_on_creation_ripple::scope_success< EF >private
~scope_success() noexcept(noexcept(exit_function_()))ripple::scope_success< EF >