Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dcleblanc/SafeInt
/ TestSignedOnly
Function
TestSignedOnly
Test/ConstExpr.cpp:644–651 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
642
}
643
644
void TestSignedOnly()
645
{
646
SignedOnly<signed char>();
647
SignedOnly<signed short>();
648
SignedOnly<signed int>();
649
SignedOnly<signed long>();
650
SignedOnly<signed long long>();
651
}
652
653
#endif // CPLUSPLUS_14
654
Callers
1
ConstExprTestT
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected