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

Method get

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

Source from the content-addressed store, hash-verified

53
54struct base {
55 virtual int get() { return 10; }
56 virtual ~base() = default;
57};
58

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected