Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ operator -
Method
operator -
libraries/FLE/FLE.cpp:47–50 ·
view source on GitHub ↗
NEGATION
Source
from the content-addressed store, hash-verified
45
46
// NEGATION
47
FLE FLE::operator - ()
48
{
49
return FLE(-_v, _e);
50
}
51
52
53
FLE FLE::operator + (const FLE &in)
Callers
nothing calls this directly
Calls
1
FLE
Class · 0.85
Tested by
no test coverage detected