Namespaces
Variants
Actions

std::scoped_allocator_adaptor<OuterAlloc,InnerAlloc...>::destroy

From cppreference.com
 
C++
 
Memory management library
(exposition only*)
Allocators
Uninitialized memory algorithms
Constrained uninitialized memory algorithms
Memory resources
Uninitialized storage (until C++20)
(until C++20*)
(until C++20*)

Garbage collector support (until C++23)
(C++11)(until C++23)
(C++11)(until C++23)
(C++11)(until C++23)
(C++11)(until C++23)
(C++11)(until C++23)
(C++11)(until C++23)
 
std::scoped_allocator_adaptor
Defined in header <scoped_allocator>
template< class T >
void destroy( T* p );
(since C++11)

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.

[edit] Parameters

p - pointer to the object that is going to be destroyed

[edit] Return value

(none)

[edit] See also

[static]
destructs an object stored in the allocated storage
(function template) [edit]
(until C++20)
destructs an object in allocated storage
(public member function of std::allocator<T>) [edit]

Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!

Check out: eBank.nz (Art Generator) | Netwrck.com (AI Tools) | Text-Generator.io (AI API) | BitBank.nz (Crypto AI) | ReadingTime (Kids Reading) | RewordGame | BigMultiplayerChess | WebFiddle | How.nz | Helix AI Assistant