Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dcleblanc/SafeInt
/ NegationVerifyAll
Function
NegationVerifyAll
Test/SubVerify.cpp:7006–7012 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7004
}
7005
7006
void NegationVerifyAll()
7007
{
7008
NegationVerifyT< std::int8_t>();
7009
NegationVerifyT< std::int16_t>();
7010
NegationVerifyT< std::int32_t>();
7011
NegationVerifyT< std::int64_t>();
7012
}
7013
7014
void NegationVerify()
7015
{
Callers
1
NegationVerify
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected