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

Method A

11.14-conditionalExplicit2/main.cpp:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8struct A {
9 A() = default;
10 explicit A(const B&) {}
11 operator B() const { return {}; };
12};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected