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

Class FlatTupleBase

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

Source from the content-addressed store, hash-verified

7649
7650template <typename Derived, typename Idx>
7651struct FlatTupleBase;
7652
7653template <size_t... Idx, typename... T>
7654struct FlatTupleBase<FlatTuple<T...>, IndexSequence<Idx...>>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected