Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ Foo
Method
Foo
tests/DelegatingCtorTest.cpp:5–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
template<typename T>
4
struct Foo {
5
Foo(char x, int y) : _x{x}, _y(y) {}
6
Foo(int y) : Foo(
'a'
, y) {}
7
8
char _x;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected