| 7626 | // It uses O(1) instantiation depth. |
| 7627 | template <size_t N, typename I, typename... T> |
| 7628 | struct ElemFromList; |
| 7629 | |
| 7630 | template <size_t N, size_t... I, typename... T> |
| 7631 | struct ElemFromList<N, IndexSequence<I...>, T...> |
nothing calls this directly
no outgoing calls
no test coverage detected