Horizon
Loading...
Searching...
No Matches
Public Member Functions | List of all members
ranges::scope_exit< Fun > Struct Template Reference

Public Member Functions

 scope_exit (Fun const &fun) noexcept(noexcept(scope_exit(fun, nothrow_copy_t{})))
 
 scope_exit (Fun &&fun) noexcept(noexcept(scope_exit(std::move(fun), nothrow_move_t{})))
 
 scope_exit (scope_exit const &)=delete
 
 scope_exit (scope_exit &&that) noexcept(std::is_nothrow_move_constructible< Fun >::value)
 
void dismiss () noexcept
 

The documentation for this struct was generated from the following file: