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

Method Iter

include/hspp.h:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 {
62 public:
63 constexpr Iter(SingleView const& singleView)
64 : mView{singleView}
65 , mHasValue{true}
66 {}
67 auto& operator++()
68 {
69 mHasValue = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected