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

Method A

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

Source from the content-addressed store, hash-verified

5
6struct A {
7 A() = default;
8 explicit A(const B&); // #A Marked explicit
9 operator B() const;
10};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected