Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ get_f_b
Method
get_f_b
tests/test_multiple_inheritance.cpp:296–296 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
294
struct MVF : virtual MVE {
295
int f = 6;
296
int get_f_b() const { return b; }
297
int get_f_c() const { return c; }
298
int get_f_d0() const { return d0; }
299
int get_f_d1() const { return d1; }
Callers
1
test_pr3635_diamond_f
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected