std::indirect<T, Allocator>::get_allocator
From cppreference.com
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()constnoexcept; | (since C++26) | |
Obtains the associated allocator.
[edit]Return value
[edit]Example
This section is incomplete Reason: no example |