MCPcopy Create free account
hub / github.com/approvals/ApprovalTests.cpp / toString

Method toString

tests/DocTest_Tests/CustomizingToStringTests.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38namespace ApprovalTests
39{
40 template <> std::string StringMaker::toString(const StringMakerPrintable& printable)
41 {
42 return "From StringMaker: " + std::to_string(printable.field1_);
43 }
44}
45// end-snippet
46#else

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected