Searched refs:_Lim (Results 1 – 1 of 1) sorted by relevance
46 using _Lim = numeric_limits<_IntT>; in __clamp_to_integral() local49 return _Lim::max(); in __clamp_to_integral()50 } else if (__r <= _Lim::lowest()) { in __clamp_to_integral()51 return _Lim::min(); in __clamp_to_integral()