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

Function GenerateNamesRecursively

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

Source from the content-addressed store, hash-verified

7098
7099template <typename NameGenerator>
7100void GenerateNamesRecursively(Types0, std::vector<std::string>*, int) {}
7101
7102template <typename NameGenerator, typename Types>
7103void GenerateNamesRecursively(Types, std::vector<std::string>* result, int i) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected