MCPcopy Create free account
hub / github.com/Extra-Creativity/Modern-Cpp-Basics / Socket

Method Socket

08-String & Stream/example/src/Socket.h:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 };
42
43 Socket() = default;
44
45 // Listen socket or connect socket.
46 Socket(const char *ip, std::uint16_t port, Tag tag);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected