Searched defs:in_range (Results 1 – 2 of 2) sorted by relevance
87 in_range(E low, E val, E high) { return low <= val AND val < high; } in in_range() function
116 inline bool in_range(const T i, const T b, const T e) { in in_range() function
Completed in 30 milliseconds