MCPcopy Create free account
hub / github.com/chen3feng/toft / SocketAddressInet6

Method SocketAddressInet6

system/net/socket_address.cpp:149–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147// Socket address encapsulation for IPv6
148
149SocketAddressInet6::SocketAddressInet6(const char* src)
150{
151 if (!Parse(src))
152 {
153 throw std::runtime_error(std::string("Invalid IPv6 socket address: ") + src);
154 }
155}
156
157SocketAddressInet6::SocketAddressInet6(const std::string& src)
158{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected