MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / operator()

Method operator()

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

Source from the content-addressed store, hash-verified

10460struct PrintToStringParamName {
10461 template <class ParamType>
10462 std::string operator()(const TestParamInfo<ParamType>& info) const {
10463 return PrintToString(info.param);
10464 }
10465};
10466
10467namespace internal {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected