Searched refs:T_max (Results 1 – 1 of 1) sorted by relevance
777 constexpr auto T_max = std::numeric_limits<typename T::value_type>::max(); in fill_clamp() local778 dest = src >= 0 && static_cast<UU>(src) <= T_max ? src : fallback; in fill_clamp()