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

Method Get

tests/test_class_sh_trampoline_basic.cpp:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 virtual ~Abase() = default;
11 explicit Abase(int val_) : val{val_} {}
12 int Get() const { return val * 10 + 3; }
13 virtual int Add(int other_val) const = 0;
14
15 // Some compilers complain about implicitly defined versions of some of the following:

Callers 1

AddMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected