Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BowenFu/matchit.cpp
/ Subrange
Method
Subrange
develop/matchit/patterns.h:23–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
22
public:
23
constexpr Subrange(I const begin, S const end) : mBegin{begin}, mEnd{end} {}
24
25
constexpr Subrange(Subrange const &other)
26
: mBegin{other.begin()}, mEnd{other.end()} {}
Callers
nothing calls this directly
Calls
2
begin
Method · 0.80
end
Method · 0.80
Tested by
no test coverage detected