Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ operator==
Function
operator==
dlib/smart_pointers/shared_ptr_thread_safe.h:394–397 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
392
393
template<typename T, typename U>
394
bool operator== (
395
const shared_ptr_thread_safe<T>& a,
396
const shared_ptr_thread_safe<U>& b
397
) { return a.get() == b.get(); }
398
399
template<typename T, typename U>
400
bool operator!= (
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected