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

Method get

tests/pure_cpp/smart_holder_poc_test.cpp:60–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58
59struct derived : public base {
60 int get() override { return 100; }
61};
62
63} // namespace helpers

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected