Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ neg
Method
neg
src/common/cvt.cpp:233–236 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
231
}
232
233
void neg() override
234
{
235
value = -value;
236
}
237
238
protected:
239
typename Traits::ValueType value;
Callers
1
cvt_decompose
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected