MCPcopy Create free account
hub / github.com/davisking/dlib / operator==

Function operator==

dlib/smart_pointers/shared_ptr.h:423–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421
422 template<typename T, typename U>
423 bool operator== (
424 const shared_ptr<T>& a,
425 const shared_ptr<U>& b
426 ) { return a.get() == b.get(); }
427
428 template<typename T, typename U>
429 bool operator!= (

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected