Namespaces
Variants

std::basic_stringbuf<CharT,Traits,Allocator>:: get_allocator

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

내부 시퀀스 컨테이너와 연결된 할당자를 반환합니다.

매개변수

(없음)

반환값

관련된 할당자

참고 항목

연결된 할당자를 반환합니다
( std::basic_string<CharT,Traits,Allocator> 의 public 멤버 함수)