Namespaces
Variants

std::basic_stacktrace<Allocator>:: get_allocator

From cppreference.net
allocator_type get_allocator ( ) const noexcept ;
(C++23부터)

basic_stacktrace 와 연관된 할당자를 반환합니다.

매개변수

(없음)

반환값

연관된 할당자.

복잡도

상수.