Boost C++ Libraries/Boost.Asio
windows::basic_object_handle::assign 기존 기본(native) 핸들을 핸들에 할당한다. [1 / 2 오버로드] void assign( const native_handle_type & handle); [2 / 2 오버로드] void assign( const native_handle_type & handle, boost::system::error_code & ec); Boost.Asio 홈
Boost C++ Libraries/Boost.Asio
posix::basic_stream_descriptor::assign 기존 기본(native) 설명자(descriptor)를 설명자(descriptor)에 할당한다. [1 / 2 오버로드] void assign( const native_handle_type & native_descriptor); [2 / 2 오버로드] void assign( const native_handle_type & native_descriptor, boost::system::error_code & ec); Boost.Asio 홈
Boost C++ Libraries/Boost.Asio
posix::basic_descriptor::assign 기존 기본(native) 설명자(descriptor)를 설명자(descriptor)에 할당한다. [1 / 2 오버로드] void assign( const native_handle_type & native_descriptor); [2 / 2 오버로드] void assign( const native_handle_type & native_descriptor, boost::system::error_code & ec); Boost.Asio 홈
Boost C++ Libraries/Boost.Asio
basic_stream_socket::assign 기존 기본(native) 소켓을 소켓에 할당한다. [1 / 2 오버로드] void assign( const protocol_type & protocol, const native_handle_type & native_socket); [2 / 2 오버로드] void assign( const protocol_type & protocol, const native_handle_type & native_socket, boost::system::error_code & ec); Boost.Asio 홈
Boost C++ Libraries/Boost.Asio
basic_socket_acceptor::assign 기존 기본(native) 소켓을 소켓에 할당한다. [1 / 2 오버로드] void assign( const protocol_type & protocol, const native_handle_type & native_acceptor); [2 / 2 오버로드] void assign( const protocol_type & protocol, const native_handle_type & native_acceptor, boost::system::error_code & ec); Boost.Asio 홈