Namespaces
Variants

std::vector<T,Allocator>:: get_allocator

From cppreference.net

allocator_type get_allocator ( ) const ;
(C++11부터 noexcept)
(C++20부터 constexpr)

컨테이너와 연결된 할당자를 반환합니다.

반환값

연관된 할당자.

복잡도

상수.