MCPcopy 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}
10template<typename T>
11bool myless(T a, T b)
12{
13 return a < b;
14}
15
16/* 通过函数对象实现大小比较 */
17template<typename T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected