对于类型T为其中std::is_floating_point<T>::value的true,不C++标准规定上的任何方式T应实施?
T
std::is_floating_point<T>::value
true
例如,是否T甚至遵循符号/尾数/指数表示?或者它可以是完全随意的?
c++ floating-point standards ieee-754 c++11
c++ ×1
c++11 ×1
floating-point ×1
ieee-754 ×1
standards ×1