Searched defs:inBounds (Results 1 – 2 of 2) sorted by relevance
73 bool inBounds(IndexT n) const { in inBounds() function
51 template<typename T> inline bool inBounds (T x, T a, T b) { return a <= x && x < b; } in inBounds() function