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

Method Base

tests/usingConstructor2Test.cpp:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class Base {
2public:
3 Base(double) {}
4};
5
6class Derived : public Base{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected