Home
last modified time | relevance | path

Searched defs:automatic_deallocator (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/views/detail/boundary_view/
H A Dimplementation.hpp341 struct automatic_deallocator struct in boost::geometry::detail::boundary_views::areal_boundary
343 automatic_deallocator(T* ptr) : m_ptr(ptr) {} in automatic_deallocator() function
345 ~automatic_deallocator() in ~automatic_deallocator()
350 inline void release() { m_ptr = NULL; } in release()
352 T* m_ptr;