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

Method Format

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

Source from the content-addressed store, hash-verified

8295class FormatForComparison {
8296 public:
8297 static ::std::string Format(const ToPrint& value) {
8298 return ::testing::PrintToString(value);
8299 }
8300};
8301
8302// Array.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected