Home
last modified time | relevance | path

Searched refs:shouldrun (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.hpp35 bool shouldrun = true) noexcept in unique_resource() argument
38 execute_on_destruction{shouldrun} {} in unique_resource()
97 bool shouldrun = not bool(r == invalid); in make_unique_resource_checked() local
98 return unique_resource<R, D>(std::move(r), std::move(d), shouldrun); in make_unique_resource_checked()