MCPcopy Create free account
hub / github.com/pybind/pybind11 / toString

Method toString

tests/test_methods_and_attributes.cpp:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected