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

Method MapView

include/hspp.h:258–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256 return iter.hasValue();
257 }
258 constexpr MapView(Base base, Func func)
259 : mBase{std::move(base)}
260 , mFunc{std::move(func)}
261 {}
262 auto begin() const
263 {
264 return Iter(*this);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected