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

Method end

include/hspp.h:781–784  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

779 return Iter(*this);
780 }
781 auto end() const
782 {
783 return Sentinel{};
784 }
785private:
786 std::tuple<std::decay_t<Bases>...> mBases;
787};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected