◐ Shell
clean mode source ↗

std::indirect<T, Allocator>::get_allocator - cppreference.com

From cppreference.com

constexpr allocator_type get_allocator() const noexcept;
(since C++26)

Obtains the associated allocator.

Return value

alloc

Example