728x90
반응형
associated_allocator::get
만약 T에 중첩 유형 allocator_type이 있다면, t.get_allocator()를 반환한다. 그렇지 않으면 a를 반환한다.
static type get( const T & t, const Allocator & a = Allocator());
728x90
반응형
'Boost C++ Libraries > Boost.Asio' 카테고리의 다른 글
Boost.Asio 색인 - async_result::get (0) | 2021.01.28 |
---|---|
Boost.Asio 색인 - associated_executor::get (0) | 2021.01.28 |
Boost.Asio 색인 - ip::address_v6::from_string (0) | 2021.01.27 |
Boost.Asio 색인 - ip::address_v4::from_string (0) | 2021.01.27 |
Boost.Asio 색인 - ip::address::from_string (0) | 2021.01.27 |