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

Method connection

example/cpp11/http/server3/connection.hpp:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28{
29public:
30 connection(const connection&) = delete;
31 connection& operator=(const connection&) = delete;
32
33 /// Construct a connection with the given socket.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected