MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / operator <

Method operator <

include/daScript/misc/smart_ptr.h:239–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237 return ptr > p.get();
238 }
239 __forceinline bool operator < ( T * p ) const {
240 return ptr < p;
241 }
242 template <typename Y>
243 __forceinline bool operator < ( const smart_ptr<Y> & p ) const {
244 return ptr < p.get();

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected