Searched refs:automatic_deallocator (Results 1 – 1 of 1) sorted by relevance
341 struct automatic_deallocator struct in boost::geometry::detail::boundary_views::areal_boundary343 automatic_deallocator(T* ptr) : m_ptr(ptr) {} in automatic_deallocator() argument345 ~automatic_deallocator() in ~automatic_deallocator() argument373 automatic_deallocator<boundary_view_type> deallocator(views_ptr); in initialize_views()