MCPcopy Create free account
hub / github.com/EricPengShuai/Interview / A

Class A

base_code/explicit.cpp:8–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6using namespace std;
7
8struct A
9{
10 A(int) {}
11 operator bool() const {
12 return true;
13 }
14};
15
16struct B
17{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected