|
template<typename U = T, std::enable_if_t< std::is_floating_point_v< U >, int > = 0> |
static bool | value (const T &x, const T &y, int ulp) |
|
template<typename U = T, std::enable_if_t<!std::is_floating_point_v< U >, int > = 0> |
static bool | value (const T &x, const T &y, int) |
|
The documentation for this struct was generated from the following file: