Searched refs:supports_arithmetic (Results 1 – 1 of 1) sorted by relevance
90 struct supports_arithmetic : std::false_type {}; struct92 struct supports_arithmetic<T,247 static_assert(std::is_base_of_v<RSArithmetic<T>, T> || supports_arithmetic<T>::value);