MCPcopy 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

14struct Bar : Foo<T>
15{
16 Bar(int x) : Foo<T>(x, 2) {}
17};
18
19int main()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected