std::pmr::polymorphic_allocator<T>::resource
From cppreference.com
< cpp | memory | polymorphic allocator
C++
Memory management library
|
|
|
std::pmr::polymorphic_allocator
Member functions | ||||
(C++20/26*)
|
||||
polymorphic_allocator::resource | ||||
Non-member functions | ||||
(until C++20)
|
std::pmr::memory_resource
* resource(
)
const
;
|
(since C++17) | |
Returns the memory resource pointer used by this polymorphic allocator.
Parameters
(none)
Return value
The memory resource pointer used by this polymorphic allocator.