다음을 통해 공유


scoped_allocator_adaptor::inner_allocator 메서드

Retrieves a reference to the stored object of type inner_allocator_type.

inner_allocator_type& inner_allocator() noexcept;
const inner_allocator_type& inner_allocator() const noexcept;

반환 값

A reference to the stored object of type inner_allocator_type.

요구 사항

Header: <scoped_allocator>

네임스페이스: std

참고 항목

참조

scoped_allocator_adaptor 클래스