| 32 | ~ExampleMandA() { print_destroyed(this); } |
| 33 | |
| 34 | std::string toString() const { return "ExampleMandA[value=" + std::to_string(value) + "]"; } |
| 35 | |
| 36 | void operator=(const ExampleMandA &e) { |
| 37 | print_copy_assigned(this); |
nothing calls this directly
no outgoing calls
no test coverage detected