Template Function brille::local_abs(T)

Function Documentation

Warning

doxygenfunction: Unable to resolve multiple matches for function “brille::local_abs” with arguments (T) in doxygen xml output for project “brille” from directory: _build/doxygenxml/. Potential matches:

- template<typename T> enable_if_t<!std::is_integral<T>::value || std::is_signed<T>::value, T> local_abs(T x)
- template<typename T> enable_if_t<std::is_integral<T>::value && std::is_unsigned<T>::value, T> local_abs(T x)