Searched refs:shouldrun (Results 1 – 1 of 1) sorted by relevance
35 bool shouldrun = true) noexcept in unique_resource() argument38 execute_on_destruction{shouldrun} {} in unique_resource()97 bool shouldrun = not bool(r == invalid); in make_unique_resource_checked() local98 return unique_resource<R, D>(std::move(r), std::move(d), shouldrun); in make_unique_resource_checked()