Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LMMS/lmms
/ tLimit
Function
tLimit
include/templates.h:33–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
32
template<class T>
33
inline T tLimit( const T x, const T x1, const T x2 )
34
{
35
return qBound( x1, x, x2 );
36
}
37
38
39
#endif
Callers
3
paintEvent
Method · 0.85
getKeyFromMouse
Method · 0.85
setCurrentPattern
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected