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

Method name

tests/test_smart_ptr.cpp:268–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266 return std::make_shared<SftVirtDerived2>();
267 }
268 std::string name() override { return "SftVirtDerived2"; }
269 std::string call_name(const std::shared_ptr<SftVirtDerived2> &d2) { return d2->name(); }
270};
271

Calls

no outgoing calls

Tested by

no test coverage detected