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