728x90
반응형
posix::basic_descriptor::basic_descriptor
설명자(descriptor)를 열지 않고 생성하는 생성자(constructor)
[1 / 5 오버로드]
explicit basic_descriptor( const executor_type & ex);
[basic_descriptor]
[2 / 5 오버로드]template< typename ExecutionContext> explicit basic_descriptor( ExecutionContext & context, typename enable_if< is_convertible< ExecutionContext &, execution_context & >::value >::type * = 0);
기존의 기본(native) 설명자(descriptor)로 설명자(descriptor)를 생성하는 생성자(constructor)
[3 / 5 오버로드]
basic_descriptor( const executor_type & ex, const native_handle_type & native_descriptor);
[basic_descriptor]
[4 / 5 오버로드]template< typename ExecutionContext> basic_descriptor( ExecutionContext & context, const native_handle_type & native_descriptor, typename enable_if< is_convertible< ExecutionContext &, execution_context & >::value >::type * = 0);
다른 설명자(descriptor)에서 설명자(descriptor)를 이동 생성하는 이동-생성자(move constructor)
[5 / 5 오버로드]
basic_descriptor( basic_descriptor && other);
728x90
반응형
'Boost C++ Libraries > Boost.Asio' 카테고리의 다른 글
Boost.Asio 색인 - ip::basic_endpoint::basic_endpoint (0) | 2021.01.10 |
---|---|
Boost.Asio 색인 - generic::basic_endpoint::basic_endpoint (0) | 2021.01.10 |
Boost.Asio 색인 - basic_deadline_timer::basic_deadline_timer (0) | 2021.01.10 |
Boost.Asio 색인 - basic_datagram_socket::basic_datagram_socket (0) | 2021.01.10 |
Boost.Asio 색인 - ip::basic_address_range< address_v6 >::basic_address_range (0) | 2021.01.09 |