template< class T >
void destroy( T* p );
Uses the outer allocator to call the destructor of the object pointed to by p, by calling
std::allocator_traits<OUTERMOST>::destroy(OUTERMOST(*this), p)
where OUTERMOST is the type that would be returned by calling this->outer_allocator(), and then calling the outer_allocator()
member function recursively on the result of this call until reaching the type that has no such member function.
(none)
[edit] See also destructs an object stored in the allocated storagestd::allocator<T>
) [edit]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4