32 explicit scope_exit(F callback) : callback_{std::move(callback)} {}
36 scope_exit(
const scope_exit&) =
delete;
37 scope_exit& operator=(
const scope_exit&) =
delete;
38 scope_exit(scope_exit&&) =
delete;
39 scope_exit& operator=(scope_exit&&) =
delete;