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

Method operator <=

include/daScript/misc/smart_ptr.h:225–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223 return ptr >= p.get();
224 }
225 __forceinline bool operator <= ( T * p ) const {
226 return ptr <= p;
227 }
228 template <typename Y>
229 __forceinline bool operator <= ( const smart_ptr<Y> & p ) const {
230 return ptr <= p.get();

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected