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 홈
Boost C++ Libraries/Boost.Asio
basic_raw_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_datagram_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 홈