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

Class IndexedTypes

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

Source from the content-addressed store, hash-verified

1463
1464 template <std::size_t start, typename Indices, typename Tuple>
1465 class IndexedTypes;
1466
1467 template <typename Tuple, std::size_t start, std::size_t... I>
1468 class IndexedTypes<start, std::index_sequence<I...>, Tuple>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected