Audacity 3.2.0
Functions
anonymous_namespace{EditCursorOverlay.cpp} Namespace Reference

Functions

template<class LOW , class MID , class HIGH >
bool between_incexc (LOW l, MID m, HIGH h)
 

Function Documentation

◆ between_incexc()

template<class LOW , class MID , class HIGH >
bool anonymous_namespace{EditCursorOverlay.cpp}::between_incexc ( LOW  l,
MID  m,
HIGH  h 
)

Definition at line 28 of file EditCursorOverlay.cpp.

29 {
30 return (m >= l && m < h);
31 }

Referenced by EditCursorOverlay::Draw().

Here is the caller graph for this function: