[conv.rank] (original) (raw)
Floating-point types that have equal floating-point conversion ranks are ordered by floating-point conversion subrank.
The subrank forms a total order among types with equal ranks.
The typesstd::float16_t,std::float32_t,std::float64_t, andstd::float128_t ([stdfloat.syn]) have a greater conversion subrank than any standard floating-point type with equal conversion rank.
Otherwise, the conversion subrank order isimplementation-defined.