basic_stream_socket::assign Home Libraries People FAQ More basic_stream_socket::assign Assign an existing native socket to the socket. void assign(
const protocol_type & protocol,
const native_handle_type & native_socket);
» more...
boost::system::error_code assign(
const protocol_type & protocol,
const native_handle_type & native_socket,
boost::system::error_code & ec);
» more...
Copyright © 2003-2011 Christopher M. Kohlhoff Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)