MCPcopy Create free account
hub / github.com/alibaba/PhotonLibOS / get_next

Method get_next

common/unordered_inline_set.h:146–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144 return r;
145 }
146 iterator get_next() const {
147 return ++iterator(*this);
148 }
149 using difference_type = std::ptrdiff_t;
150 using value_type = T;
151 using pointer = T*;

Callers 1

equal_rangeMethod · 0.80

Calls 1

iteratorClass · 0.70

Tested by

no test coverage detected