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

Class Ds

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

Source from the content-addressed store, hash-verified

369
370 template <typename... Patterns>
371 class Ds;
372
373 template <typename... Patterns>
374 constexpr auto ds(Patterns const &...patterns) -> Ds<Patterns...>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected