Home
last modified time | relevance | path

Searched refs: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() argument
345 ~automatic_deallocator() in ~automatic_deallocator() argument
373 automatic_deallocator<boundary_view_type> deallocator(views_ptr); in initialize_views()