Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ operator!=
Function
operator!=
dlib/smart_pointers/shared_ptr.h:429–432 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
427
428
template<typename T, typename U>
429
bool operator!= (
430
const shared_ptr<T>& a,
431
const shared_ptr<U>& b
432
) { return a.get() != b.get(); }
433
434
template<typename T, typename U>
435
bool operator< (
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected