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

Class DefaultNameGenerator

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

The default argument to the template below for the case when the user does not provide a name generator.

Source from the content-addressed store, hash-verified

7085// The default argument to the template below for the case when the user does
7086// not provide a name generator.
7087struct DefaultNameGenerator {
7088 template <typename T>
7089 static std::string GetName(int i) {
7090 return StreamableToString(i);
7091 }
7092};
7093
7094template <typename Provided = DefaultNameGenerator>
7095struct NameGeneratorSelector {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected