Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ static_func2
Method
static_func2
tests/test_multiple_inheritance.cpp:33–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
};
32
struct WithStatic2 {
33
static std::string static_func2() { return
"WithStatic2"
; };
34
static int static_value2;
35
};
36
struct VanillaStaticMix1 : Vanilla, WithStatic1, WithStatic2 {
Callers
1
test_mi_static_properties
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected