MCPcopy Create free account
hub / github.com/HelenOS/helenos / owner_before

Method owner_before

uspace/lib/cpp/include/__bits/memory/weak_ptr.hpp:198–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196
197 template<class U>
198 bool owner_before(const shared_ptr<U>& other) const
199 {
200 return payload_ < other.payload_;
201 }
202
203 template<class U>
204 bool owner_before(const weak_ptr<U>& other) const

Callers 2

operator()Method · 0.45
operator()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected