Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BowenFu/matchit.cpp
/ Not
Method
Not
develop/matchit/patterns.h:696–696 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
694
{
695
public:
696
explicit Not(Pattern const &pattern) : mPattern{pattern} {}
697
auto const &pattern() const { return mPattern; }
698
699
private:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected