MCPcopy Create free account
hub / github.com/Naios/function2 / MyTestClass

Class MyTestClass

test/functionality-test.cpp:179–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179struct MyTestClass {
180 bool result = true;
181
182 bool getResult() const {
183 return result;
184 }
185};
186
187TYPED_TEST(AllSingleMoveAssignConstructTests, AcceptClassMethodPointers) {
188 /*

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected