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

Method Ds

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

Source from the content-addressed store, hash-verified

1265 {
1266 public:
1267 constexpr explicit Ds(Patterns const &...patterns) : mPatterns{patterns...} {}
1268 constexpr auto const &patterns() const { return mPatterns; }
1269
1270 using Type = std::tuple<InternalPatternT<Patterns>...>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected