Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BowenFu/hspp
/ Iter
Method
Iter
include/hspp.h:560–564 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
558
{
559
public:
560
constexpr Iter(ProductView const& view)
561
: mView{view}
562
, mIters{impl::getBegins(mView.get().mBases)}
563
{
564
}
565
auto& operator++()
566
{
567
next();
Callers
nothing calls this directly
Calls
1
getBegins
Function · 0.70
Tested by
no test coverage detected