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

Method operator !=

include/daScript/misc/smart_ptr.h:211–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209 return ptr == p.get();
210 }
211 __forceinline bool operator != ( T * p ) const {
212 return ptr != p;
213 }
214 template <typename Y>
215 __forceinline bool operator != ( const smart_ptr<Y> & p ) const {
216 return ptr != p.get();

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected