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

Method MakeVector

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

Source from the content-addressed store, hash-verified

11132 private:
11133 template <typename T, size_t... I>
11134 std::vector<T> MakeVector(IndexSequence<I...>) const {
11135 return std::vector<T>{static_cast<T>(v_.template Get<I>())...};
11136 }
11137
11138 FlatTuple<Ts...> v_;
11139};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected