MCPcopy Create free account
hub / github.com/BowenFu/hspp / operator*

Method operator*

include/hspp.h:356–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354 return *this;
355 }
356 auto operator*() const
357 {
358 return *mBaseIter;
359 }
360 bool hasValue() const
361 {
362 return mCount < mView.get().mLimit && mBaseIter != mView.get().mBase.end();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected