Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
using namespace std;
7
8
struct A
9
{
10
A(int) {}
11
operator bool() const {
12
return true;
13
}
14
};
15
16
struct B
17
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected