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

Function operator ==

include/daScript/misc/smart_ptr.h:273–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271
272 template <class T, class U>
273 __forceinline bool operator == (T * l, const smart_ptr<U> & r) {
274 return l == r.get();
275 }
276 template <class T, class U>
277 __forceinline bool operator != (T * l, const smart_ptr<U> & r) {
278 return l != r.get();

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected