Searched refs:DisableIfNumeric (Results 1 – 1 of 1) sorted by relevance
84 using DisableIfNumeric = std::enable_if<!std::is_arithmetic<T>::value>; variable100 bool CheckRange(const TArg&, typename DisableIfNumeric<T>::type* = 0) {