MCPcopy 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
32template<class T>
33inline 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

paintEventMethod · 0.85
getKeyFromMouseMethod · 0.85
setCurrentPatternMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected