Searched defs: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() function345 ~automatic_deallocator() in ~automatic_deallocator()350 inline void release() { m_ptr = NULL; } in release()352 T* m_ptr;