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

Method Base

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

Source from the content-addressed store, hash-verified

3namespace lib {
4
5Base::Base(int a, int b) : a(a), b(b) {}
6
7int Base::get() const { return a + b; }
8

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected