ΒΆtemplate <typename T>
std::enable_if_t<std::is_unsigned<T>::value, T>
AbsoluteDifference(T X, T Y)

Description

Subtract two unsigned integers, X and Y, of type T and return the absolute value of the result.

Declared at: llvm/include/llvm/Support/MathExtras.h:834

Templates

T

Parameters

T X
T Y