std::basic_stacktrace<Allocator>::get_allocator
Min standard notice:
Returns the allocator associated with the basic_stacktrace.
# Declarations
allocator_type get_allocator() const noexcept;
(since C++23)
# Return value
The associated allocator.
Returns the allocator associated with the basic_stacktrace.
allocator_type get_allocator() const noexcept;
(since C++23)
The associated allocator.