Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CobaltFusion/DebugViewPP
/ operator>
Function
operator>
Win32Lib/Win32Lib.cpp:528–531 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
526
}
527
528
bool operator>(const FILETIME& ft1, const FILETIME& ft2)
529
{
530
return ft2 < ft1;
531
}
532
533
bool operator<=(const FILETIME& ft1, const FILETIME& ft2)
534
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected