Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BowenFu/matchit.cpp
/ makeSubrange
Function
makeSubrange
develop/matchit/patterns.h:44–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
43
template <typename I, typename S>
44
constexpr auto makeSubrange(I begin, S end)
45
{
46
return Subrange<I, S>{begin, end};
47
}
48
49
template <typename RangeType>
50
class IterUnderlyingType
Callers
3
matchPatternImpl
Method · 0.85
matchit.h
File · 0.85
matchPatternImpl
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected