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

Class IndexedTypes

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

Source from the content-addressed store, hash-verified

1156
1157 template <std::size_t start, typename Indices, typename Tuple>
1158 class IndexedTypes;
1159
1160 template <typename Tuple, std::size_t start, std::size_t... I>
1161 class IndexedTypes<start, std::index_sequence<I...>, Tuple>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected