Searched defs:scoped_array_deallocator (Results 1 – 1 of 1) sorted by relevance
104 struct scoped_array_deallocator struct106 typedef boost::container::allocator_traits<Allocator> AllocTraits;107 typedef typename AllocTraits::pointer pointer;108 typedef typename AllocTraits::size_type size_type;110 scoped_array_deallocator(pointer p, Allocator& a, size_type length) in scoped_array_deallocator() argument113 ~scoped_array_deallocator() in ~scoped_array_deallocator()116 void release() in release()120 pointer m_ptr;121 Allocator& m_alloc;122 size_type m_length;