MCPcopy 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
47FLE FLE::operator - ()
48{
49 return FLE(-_v, _e);
50}
51
52
53FLE FLE::operator + (const FLE &in)

Callers

nothing calls this directly

Calls 1

FLEClass · 0.85

Tested by

no test coverage detected