rippled
Loading...
Searching...
No Matches
xrpl::scope_exit< EF > Member List

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

execute_on_destruction_xrpl::scope_exit< EF >private
exit_function_xrpl::scope_exit< EF >private
operator=(scope_exit &&)=deletexrpl::scope_exit< EF >
release() noexceptxrpl::scope_exit< EF >
scope_exit(scope_exit &&rhs) noexcept(std::is_nothrow_move_constructible_v< EF >||std::is_nothrow_copy_constructible_v< EF >)xrpl::scope_exit< EF >
scope_exit(EFP &&f, std::enable_if_t< !std::is_same_v< std::remove_cv_t< EFP >, scope_exit > &&std::is_constructible_v< EF, EFP > > *=0) noexceptxrpl::scope_exit< EF >explicit
~scope_exit()xrpl::scope_exit< EF >