Home
last modified time | relevance | path

Searched refs:execute_on_destruction (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/unique_resource/cba309e/include/
H A Dunique_resource.hpp29 bool execute_on_destruction; // exposition only member in std_experimental::unique_resource
38 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()