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 홈
Boost C++ Libraries/Boost.Asio
basic_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_serial_port::assign 기존 기본(native) 직렬 포트를 시리얼 포트에 할당한다. [1 / 2 오버로드] void assign( const native_handle_type & native_serial_port); [2 / 2 오버로드] void assign( const native_handle_type & native_serial_port, boost::system::error_code & ec); Boost.Asio 홈
Boost C++ Libraries/Boost.Asio
basic_seq_packet_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 홈