MCPcopy Create free account
hub / github.com/FastLED/FastLED / owner_before

Method owner_before

src/fl/stl/weak_ptr.h:155–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153 // Ownership (similar to shared_ptr interface)
154 template<typename Y>
155 bool owner_before(const weak_ptr<Y>& other) const FL_NOEXCEPT {
156 return mControlBlock < other.mControlBlock;
157 }
158
159 template<typename Y>
160 bool owner_before(const shared_ptr<Y>& other) const FL_NOEXCEPT {

Callers 1

FL_TEST_FILEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected