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

Method Iter

include/hspp.h:699–703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

697 {
698 public:
699 constexpr Iter(ChainView const& view)
700 : mView{view}
701 , mIters{impl::getBegins(mView.get().mBases)}
702 {
703 }
704 auto& operator++()
705 {
706 next();

Callers

nothing calls this directly

Calls 1

getBeginsFunction · 0.70

Tested by

no test coverage detected