MCPcopy Create free account
hub / github.com/cinder/Cinder / basic_socket

Function basic_socket

include/asio/basic_socket.hpp:113–116  ·  view source on GitHub ↗

Construct a basic_socket without opening it. * This constructor creates a socket without opening it. * * @param ex The I/O executor that the socket will use, by default, to * dispatch handlers for any asynchronous operations performed on the socket. */

Source from the content-addressed store, hash-verified

111 * dispatch handlers for any asynchronous operations performed on the socket.
112 */
113 explicit basic_socket(const executor_type& ex)
114 : impl_(0, ex)
115 {
116 }
117
118 /// Construct a basic_socket without opening it.
119 /**

Callers 1

basic_socket.hppFile · 0.70

Calls 5

throw_errorFunction · 0.85
openMethod · 0.45
protocolMethod · 0.45
bindMethod · 0.45
assignMethod · 0.45

Tested by

no test coverage detected