Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BowenFu/matchit.cpp
/ size
Method
size
develop/matchit/patterns.h:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
size_t size() const
36
{
37
return static_cast<size_t>(std::distance(mBegin, mEnd));
38
}
39
auto begin() const { return mBegin; }
40
auto end() const { return mEnd; }
41
};
Callers
6
operator==
Function · 0.80
matchPatternImpl
Method · 0.80
expectRange
Function · 0.80
TEST
Function · 0.80
matchit.h
File · 0.80
matchPatternImpl
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected