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

Method Ds

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

Source from the content-addressed store, hash-verified

958 {
959 public:
960 constexpr explicit Ds(Patterns const &...patterns) : mPatterns{patterns...} {}
961 constexpr auto const &patterns() const { return mPatterns; }
962
963 using Type = std::tuple<InternalPatternT<Patterns>...>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected