|
inline |
Compute if values are exactly equals or all NaNs/Invalids.
This function can be overloaded in the tts namespace to compute the strict equality for external types.
a | Value to compare |
b | Value to compare |
a == b
or detail::isnan(a) && detail::isnan(b)