MCPcopy Create free account
hub / github.com/MyGUI/mygui / min

Function min

MyGUIEngine/src/msdfgen/core/arithmetics.hpp:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9/// Returns the smaller of the arguments.
10template <typename T>
11inline T min(T a, T b) {
12 return b < a ? b : a;
13}
14
15/// Returns the larger of the arguments.
16template <typename T>

Callers 13

addTimeMethod · 0.85
buildQuadVertexMethod · 0.85
InvalidateRectMethod · 0.85
resizeMethod · 0.85
readMethod · 0.85
MyGUI_UString.cppFile · 0.85
mainFunction · 0.85
overlapMethod · 0.85
medianFunction · 0.85
boundMitersMethod · 0.85
edgeToEdgeDistanceFunction · 0.85
splineToSplineDistanceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected