MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / operator +

Method operator +

libraries/FLE/FLE.cpp:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52
53FLE FLE::operator + (const FLE &in)
54{
55 return FLE(_v + in._v, _e + in._e);
56}
57
58
59// SUBTRACT

Callers

nothing calls this directly

Calls 1

FLEClass · 0.85

Tested by

no test coverage detected