Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ h
Method
h
tests/UsingDeclTest.cpp:7–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
virtual void f(int) { std::cout <<
"B::f\n"
; }
6
void g(char) { std::cout <<
"B::g\n"
; }
7
void h(int) { std::cout <<
"B::h\n"
; }
8
9
protected:
10
int m; // B::m is protected
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected