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

Method name

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

Source from the content-addressed store, hash-verified

259 using SftVirtBase::SftVirtBase;
260 static std::shared_ptr<SftVirtDerived> create() { return std::make_shared<SftVirtDerived>(); }
261 std::string name() override { return "SftVirtDerived"; }
262};
263struct SftVirtDerived2 : virtual SftVirtDerived {
264 using SftVirtDerived::SftVirtDerived;

Calls

no outgoing calls

Tested by

no test coverage detected