Searched defs:mod_value (Results 1 – 1 of 1) sorted by relevance
27 inline std::enable_if_t<std::is_integral_v<T>, T> mod_value(T lhs, T rhs) { in mod_value() function32 inline std::enable_if_t<std::is_floating_point_v<T>, T> mod_value( in mod_value() function38 inline bool mod_value(bool lhs, bool rhs) { in mod_value() function