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

Method operator*

develop/include/range.h:502–505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

500 return *this;
501 }
502 auto operator*() const
503 {
504 return *mInnerIter;
505 }
506 bool hasValue() const
507 {
508 return mBaseIter != mView.get().mBase.end();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected