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

Method FlatTuple

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

Source from the content-addressed store, hash-verified

7676
7677 public:
7678 FlatTuple() = default;
7679 explicit FlatTuple(T... t) : FlatTuple::FlatTupleBase(std::move(t)...) {}
7680
7681 template <size_t I>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected