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

Class A

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

Source from the content-addressed store, hash-verified

27struct B {};
28
29struct A {
30 A() = default;
31 explicit A(const B&) {}
32 explicit operator B() const { return {}; }
33};
34
35void Fun(wrapper<A> a)
36{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected