MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / ElemFromList

Class ElemFromList

tests/gtest/gtest.h:7628–7628  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7626// It uses O(1) instantiation depth.
7627template <size_t N, typename I, typename... T>
7628struct ElemFromList;
7629
7630template <size_t N, size_t... I, typename... T>
7631struct ElemFromList<N, IndexSequence<I...>, T...>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected