Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EricPengShuai/Interview
/ A
Method
A
base_code/explicit.cpp:10–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
struct A
9
{
10
A(int) {}
11
operator bool() const {
12
return true;
13
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected