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

Method And

develop/matchit/patterns.h:616–617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

614 {
615 public:
616 constexpr explicit And(Patterns const &...patterns)
617 : mPatterns{patterns...} {}
618 constexpr auto const &patterns() const { return mPatterns; }
619
620 private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected