Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EricPengShuai/Interview
/ myless
Function
myless
STL/functor.cpp:11–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
}
10
template<typename T>
11
bool myless(T a, T b)
12
{
13
return a < b;
14
}
15
16
/* 通过函数对象实现大小比较 */
17
template<typename T>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected