Boost C++ Libraries/Boost.Asio
Boost.Asio 색인 - associated_allocator::get
까마귀75
2021. 1. 28. 09:58
728x90
반응형
associated_allocator::get
만약 T에 중첩 유형 allocator_type이 있다면, t.get_allocator()를 반환한다. 그렇지 않으면 a를 반환한다.
static type get( const T & t, const Allocator & a = Allocator());
728x90
반응형