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

Method ChainView

include/hspp.h:774–776  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

772 return iter.hasValue();
773 }
774 constexpr ChainView(Bases... bases)
775 : mBases{std::make_tuple(std::move(bases)...)}
776 {}
777 auto begin() const
778 {
779 return Iter(*this);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected