728x90
반응형
get_associated_allocator
개체와 연관된 할당자(allocator)를 가져오는 도우미 함수이다.
template< typename T> associated_allocator< T >::type get_associated_allocator( const T & t);
template< typename T, typename Allocator> associated_allocator< T, Allocator >::type get_associated_allocator( const T & t, const Allocator & a);
요구 사항
일반 헤더: boost/asio/associated_allocator.hpp
편의 헤더: boost/asio.hpp
Boost.Asio 홈
728x90
반응형
'Boost C++ Libraries > Boost.Asio' 카테고리의 다른 글
Boost.Asio 색인 - basic_datagram_socket::get_executor (0) | 2021.01.28 |
---|---|
Boost.Asio 색인 - get_associated_executor (0) | 2021.01.28 |
Boost.Asio 색인 - use_future_t::get_allocator (0) | 2021.01.28 |
Boost.Asio 색인 - windows::overlapped_ptr::get (0) | 2021.01.28 |
Boost.Asio 색인 - executor_binder::get (0) | 2021.01.28 |