Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/charto/nbind
/ staticB
Method
staticB
test/Inheritance.cc:26–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
25
static unsigned int staticA(InheritanceB &b) { return(b.a); }
26
static unsigned int staticB(InheritanceB &b) { return(b.b); }
27
28
unsigned int b = 2;
29
};
Callers
1
test.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected