MCPcopy 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

1void FloatingCast(double d) {}
2void IntegralToBoolean(bool b) {}
3
4// CK_UserDefinedConversion
5struct A { operator int() { return 2;} };

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected