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

Method GetName

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

Source from the content-addressed store, hash-verified

7087struct DefaultNameGenerator {
7088 template <typename T>
7089 static std::string GetName(int i) {
7090 return StreamableToString(i);
7091 }
7092};
7093
7094template <typename Provided = DefaultNameGenerator>

Callers

nothing calls this directly

Calls 1

StreamableToStringFunction · 0.85

Tested by

no test coverage detected