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

Method A

tests/conditionalExplicitTest.cpp:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected