std::basic_stacktrace<Allocator>::get_allocator

Returns the allocator associated with the basic_stacktrace.

# Declarations

allocator_type get_allocator() const noexcept;

(since C++23)

# Return value

The associated allocator.