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

Function operator!=

dlib/smart_pointers/shared_ptr_abstract.h:280–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278
279 template<typename T, typename U>
280 bool operator!= (
281 const shared_ptr<T>& a,
282 const shared_ptr<U>& b
283 ) { return a.get() != b.get(); }
284 /*!
285 ensures
286 - returns a.get() != b.get()

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected