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

Method next

lib/catch2/catch.hpp:4731–4734  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4729 }
4730
4731 bool next() override {
4732 ++m_current;
4733 return m_current != m_elems.size();
4734 }
4735};
4736
4737template <typename InputIterator,

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected