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

Function operator<=

src/fl/stl/shared_ptr.h:472–474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

470
471template<typename T, typename Y>
472bool operator<=(const shared_ptr<T>& lhs, const shared_ptr<Y>& rhs) FL_NOEXCEPT {
473 return lhs.get() <= rhs.get();
474}
475
476template<typename T, typename Y>
477bool operator>(const shared_ptr<T>& lhs, const shared_ptr<Y>& rhs) FL_NOEXCEPT {

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected