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

Method name

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

Source from the content-addressed store, hash-verified

254 virtual ~SftVirtBase() = default;
255 static std::shared_ptr<SftVirtBase> create() { return std::make_shared<SftVirtBase>(); }
256 virtual std::string name() { return "SftVirtBase"; }
257};
258struct SftVirtDerived : SftVirtBase {
259 using SftVirtBase::SftVirtBase;

Callers 2

call_nameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected