Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ Bar
Method
Bar
tests/DelegatingCtorTest.cpp:16–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
struct Bar : Foo<T>
15
{
16
Bar(int x) : Foo<T>(x, 2) {}
17
};
18
19
int main()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected