Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/THUNLP-MT/MEAN
/ getmin
Function
getmin
evaluation/TMscore.cpp:2468–2471 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2466
}
2467
2468
template <typename T> inline T getmin(const T &a, const T &b)
2469
{
2470
return b<a?b:a;
2471
}
2472
2473
template <class A> void NewArray(A *** array, int Narray1, int Narray2)
2474
{
Callers
1
parameter_set4search
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected