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

Method Iter

include/hspp.h:344–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342 {
343 public:
344 constexpr Iter(TakeView const& takeView)
345 : mView{takeView}
346 , mBaseIter{mView.get().mBase.begin()}
347 , mCount{}
348 {
349 }
350 auto& operator++()
351 {
352 ++mBaseIter;

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected