MCPcopy Create free account
hub / github.com/boostorg/asio / connect_handler

Class connect_handler

test/ip/udp.cpp:37–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35namespace ip_udp_socket_compile {
36
37struct connect_handler
38{
39 connect_handler() {}
40 void operator()(const boost::system::error_code&) {}
41 connect_handler(connect_handler&&) {}
42private:
43 connect_handler(const connect_handler&);
44};
45
46struct wait_handler
47{

Callers 1

testFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected