Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ IntegralToBoolean
Function
IntegralToBoolean
tests/ImplicitCast2Test.cpp:2–2 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
void FloatingCast(double d) {}
2
void IntegralToBoolean(bool b) {}
3
4
// CK_UserDefinedConversion
5
struct A { operator int() { return 2;} };
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected