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: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
get
Method · 0.45
Tested by
no test coverage detected