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

Method And

include/matchit.h:923–924  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

921 {
922 public:
923 constexpr explicit And(Patterns const &...patterns)
924 : mPatterns{patterns...} {}
925 constexpr auto const &patterns() const { return mPatterns; }
926
927 private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected