std::indirect<T, Allocator>::get_allocator
From cppreference.net
C++
Memory management library
|
|
std::indirect
Member functions | ||||
Observers | ||||
indirect::get_allocator | ||||
Modifiers | ||||
Non-member functions | ||||
Deduction guides | ||||
Helper classes | ||||
constexpr allocator_type get_allocator() const noexcept; |
(since C++26) | |
Obtains the associated allocator.
Return value
Example
This section is incomplete Reason: no example |