MCPcopy Create free account
hub / github.com/andreasfertig/programming-with-cpp20 / A

Method A

11.12-conditionalExplicit0/main.cpp:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14void Fun(A a) {}
15
16A::A(const B&) {}
17A::operator B() const
18{
19 return {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected