Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
10
template <typename T>
11
inline T min(T a, T b) {
12
return b < a ? b : a;
13
}
14
15
/// Returns the larger of the arguments.
16
template <typename T>
Callers
13
addTime
Method · 0.85
buildQuadVertex
Method · 0.85
InvalidateRect
Method · 0.85
resize
Method · 0.85
read
Method · 0.85
MyGUI_UString.cpp
File · 0.85
main
Function · 0.85
overlap
Method · 0.85
median
Function · 0.85
boundMiters
Method · 0.85
edgeToEdgeDistance
Function · 0.85
splineToSplineDistance
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected