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

Method A

tests/p0892Test.cpp:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29struct A {
30 A() = default;
31 explicit A(const B&) {}
32 explicit operator B() const { return {}; }
33};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected