MCPcopy Create free account
hub / github.com/BowenFu/hspp / fixIter

Method fixIter

include/hspp.h:473–484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471 mCache.reset();
472 }
473 void fixIter()
474 {
475 while (!(mInnerIter != fetch().end()))
476 {
477 advanceBase();
478 if (!hasValue())
479 {
480 break;
481 }
482 mInnerIter = fetch().begin();
483 }
484 }
485
486 public:
487 constexpr Iter(JoinView const& view)

Callers

nothing calls this directly

Calls 2

endMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected