Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ get_d1_c
Method
get_d1_c
tests/test_multiple_inheritance.cpp:283–283 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
281
int d1 = 4;
282
int get_d1_b() const { return b; }
283
int get_d1_c() const { return c; }
284
int get_d1_d1() const { return d1; }
285
};
286
struct MVE : virtual MVD0, virtual MVD1 {
Callers
3
test_pr3635_diamond_d1
Function · 0.95
test_pr3635_diamond_e
Function · 0.80
test_pr3635_diamond_f
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected