MCPcopy Create free account
hub / github.com/BowenFu/matchit.cpp / not_

Function not_

include/matchit.h:1011–1014  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1009
1010 template <typename Pattern>
1011 constexpr auto not_(Pattern const &pattern)
1012 {
1013 return Not<Pattern>{pattern};
1014 }
1015
1016 template <typename Pattern>
1017 class PatternTraits<Not<Pattern>>

Callers 2

TESTFunction · 0.50
TESTFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected