MCPcopy 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

3template<typename T>
4struct 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