MCPcopy Create free account
hub / github.com/SFML/SFML / toInteger

Method toInteger

src/SFML/Network/IpAddress.cpp:190–194  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

188
189////////////////////////////////////////////////////////////
190std::uint32_t IpAddress::toInteger() const
191{
192 assert(std::holds_alternative<V4Data>(m_address));
193 return std::get<V4Data>(m_address);
194}
195
196
197////////////////////////////////////////////////////////////

Callers 8

Color.test.cppFile · 0.80
Dns.test.cppFile · 0.80
IpAddress.test.cppFile · 0.80
GraphicsUtil.cppFile · 0.80
connectMethod · 0.80
bindMethod · 0.80
sendMethod · 0.80
listenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected