MCPcopy 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
2468template <typename T> inline T getmin(const T &a, const T &b)
2469{
2470 return b<a?b:a;
2471}
2472
2473template <class A> void NewArray(A *** array, int Narray1, int Narray2)
2474{

Callers 1

parameter_set4searchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected