hpx::experimental::scope_exit#

Defined in header hpx/experimental/scope.hpp.

See Public API for a list of names and headers that are part of the public HPX API.

namespace hpx

Top level namespace.

namespace experimental

Functions

template<typename F>
auto scope_exit(F &&f)#

The class template scope_exit is a general-purpose scope guard intended to call its exit function when a scope is exited.

Template Parameters

F – type of stored exit function

Parameters

f – stored exit function