MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / Foo

Method Foo

tests/ClassWithDeletedSpecialFunctionTest.cpp:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4class Foo {
5public:
6 Foo() = delete;
7 Foo(int){}
8};
9

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected