MCPcopy Create free account
hub / github.com/FastLED/FastLED / operator==

Function operator==

tests/shared/fl_unittest.h:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68// Reverse operators for TestApprox (e.g., double == TestApprox)
69template<typename T>
70inline bool operator==(const T& lhs, const TestApprox<T>& rhs) {
71 return rhs == lhs;
72}
73
74template<typename T>
75inline bool operator!=(const T& lhs, const TestApprox<T>& rhs) {

Callers

nothing calls this directly

Calls 1

absFunction · 0.50

Tested by

no test coverage detected