Closed morinim closed 4 years ago
E.g. is_floating_point_v<T> instead of is_floating_point<T>::value
is_floating_point_v<T>
is_floating_point<T>::value
E.g.
is_floating_point_v<T>
instead ofis_floating_point<T>::value