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

Method A

11.15-conditionalExplicit5/main.cpp:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7struct A {
8 A() = default;
9 explicit A(int);
10};
11

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected