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

Method operator<

include/RavEngine/Ref.hpp:102–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 //less (requires T and U to have < operator defined
101 template<typename U>
102 bool operator<(const Ref<U>& other) const {
103 return *get() < *other.get();
104 }
105};
106
107//hash function for ref

Callers

nothing calls this directly

Calls 2

getFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected