associated_allocator

Boost C++ Libraries/Boost.Asio

Boost.Asio - associated_allocator

associated_allocator 개체와 연결된 할당기(allocator)를 얻는 데 사용되는 특성 유형이다. template struct associated_allocator 유 형 이 름 설 명 type T에 중첩 유형 allocator_type이 있으면, T::allocator_type이다. 그렇지 않으면 Allocator(할당기)이다. 멤버 함수 이 름 설 명 get [static] T에 중첩 유형 allocator_type이 있으면, t.get_allocator()를 반환한다. 그렇지 않으면 a를 반환 한다. 특수화에서 T 템플릿 파라미터가 사용자 정의 유형이면, 프로그램은 이 특성 유형을 특수화 할 수..

Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - associated_allocator::type

associated_allocator::type T가 중첩 유형 allocator_type을 가지면, T::allocator_type이다. 그렇지 않으면 Allocator(할당기) 이다. typedef see_below type; 요구 사항 일반 헤더: boost/asio/associated_allocator.hpp 편의 헤더: boost/asio.hpp Boost.Asio 홈

까마귀75
'associated_allocator' 태그의 글 목록