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

Class ElemFromListImpl

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

Source from the content-addressed store, hash-verified

7616// tradeoff, as it will make it somewhat slow to compile.
7617template <typename T, size_t, size_t>
7618struct ElemFromListImpl {};
7619
7620template <typename T, size_t I>
7621struct ElemFromListImpl<T, I, I> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected