MCPcopy Create free account
hub / github.com/apache/trafficserver / end_ip4

Method end_ip4

lib/swoc/include/swoc/IPRange.h:2572–2575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2570
2571template <typename PAYLOAD>
2572auto
2573IPSpace<PAYLOAD>::end_ip4() -> iterator {
2574 return {_ip4.end(), _ip6.begin()};
2575}
2576
2577template <typename PAYLOAD>
2578auto

Callers 1

endMethod · 0.95

Calls 2

endMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected