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

Method operator >

include/daScript/misc/smart_ptr.h:232–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230 return ptr <= p.get();
231 }
232 __forceinline bool operator > ( T * p ) const {
233 return ptr > p;
234 }
235 template <typename Y>
236 __forceinline bool operator > ( const smart_ptr<Y> & p ) const {
237 return ptr > p.get();

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected