728x90
반응형
windows::basic_random_access_handle::basic_random_access_handle
임의-접근 핸들을 열지 않고 생성하는 생성자(constructor)
explicit basic_random_access_handle( const executor_type & ex);
template< typename ExecutionContext> explicit basic_random_access_handle( ExecutionContext & context, typename enable_if< is_convertible< ExecutionContext &, execution_context & >::value, basic_random_access_handle >::type * = 0);
주어진 기본(native) 핸들로 임의-접근 핸들을 생성하는 생성자(constructor)
basic_random_access_handle( const executor_type & ex, const native_handle_type & handle);
template< typename ExecutionContext> basic_random_access_handle( ExecutionContext & context, const native_handle_type & handle, typename enable_if< is_convertible< ExecutionContext &, execution_context & >::value >::type * = 0);
다른 임의-접근 핸들에서 임의-접근 핸들을 이동 생성하는 이동-생성자(move constructor)
basic_random_access_handle( basic_random_access_handle && other);
728x90
반응형
'Boost C++ Libraries > Boost.Asio' 카테고리의 다른 글
Boost.Asio 색인 - ip::basic_resolver::basic_resolver (0) | 2021.01.11 |
---|---|
Boost.Asio 색인 - basic_raw_socket::basic_raw_socket (0) | 2021.01.11 |
Boost.Asio 색인 - windows::basic_overlapped_handle::basic_overlapped_handle (0) | 2021.01.11 |
Boost.Asio 색인 - windows::basic_object_handle::basic_object_handle (0) | 2021.01.11 |
Boost.Asio 색인 - basic_io_object::basic_io_object (0) | 2021.01.11 |