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

Method call_name

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

Source from the content-addressed store, hash-verified

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

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected