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

Function operator<

src/fl/stl/not_null.h:280–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278 // Less-than comparison (for use in ordered containers)
279 template<typename U>
280 constexpr bool operator<(const not_null<U>& other) const FL_NOEXCEPT {
281 return mPtr < other.get();
282 }
283
284 // Less-than-or-equal comparison
285 template<typename U>

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected