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

Method connection

example/cpp11/http/server/connection.hpp:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected