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

Method Iter

include/hspp.h:231–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229 {
230 public:
231 constexpr Iter(MapView const& mapView)
232 : mView{mapView}
233 , mBaseIter{mView.get().mBase.begin()}
234 {}
235 auto& operator++()
236 {
237 ++mBaseIter;

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected