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

Method Foo

tests/test_cross_module_rtti/lib.cpp:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7int Base::get() const { return a + b; }
8
9Foo::Foo(int a, int b) : Base{a, b} {}
10
11int Foo::get() const { return 2 * a + b; }
12

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected