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

Method fun

tests/PaddingTest.cpp:61–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59struct Base {
60 virtual ~Base() = default;
61 virtual void fun() {}
62};
63
64struct Derived : Base {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected