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

Function operator!=

dlib/smart_pointers/shared_ptr_thread_safe_abstract.h:258–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256
257 template<typename T, typename U>
258 bool operator!= (
259 const shared_ptr_thread_safe<T>& a,
260 const shared_ptr_thread_safe<U>& b
261 ) { return a.get() != b.get(); }
262 /*!
263 ensures
264 - returns a.get() != b.get()

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected