Searched refs:execute_on_destruction (Results 1 – 1 of 1) sorted by relevance
29 bool execute_on_destruction; // exposition only member in std_experimental::unique_resource38 execute_on_destruction{shouldrun} {} in unique_resource()43 execute_on_destruction{other.execute_on_destruction} { in unique_resource()51 this->execute_on_destruction = other.execute_on_destruction; in operator =()60 if (execute_on_destruction) { in reset()61 this->execute_on_destruction = false; in reset()68 this->execute_on_destruction = true; in reset()71 this->execute_on_destruction = false; in release()