Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SOUI2/soui
/ IDCompare
Class
IDCompare
demo/httpsvr/GenericServer.h:52–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
51
52
struct IDCompare : binary_function<ThreadTag, unsigned int, bool>
53
{
54
bool operator()(const ThreadTag& _X, const unsigned int& _Y) const
55
{
56
return (_X.threadID == _Y);
57
}
58
};
59
60
#ifdef _UNICODE
61
typedef wstring tstring;
Callers
1
CleanupThread
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected