|
2250 | 2250 | \begin{floattable}{Integer conversions}{facet.num.get.int}
|
2251 | 2251 | {lc}
|
2252 | 2252 | \topline
|
2253 |
| -\lhdr{State} & \tcode{stdio} equivalent \\ \capsep |
| 2253 | +\lhdr{State} & \rhdr{\tcode{stdio} equivalent} \\ \capsep |
2254 | 2254 | \tcode{basefield == oct} & \tcode{\%o} \\ \rowsep
|
2255 | 2255 | \tcode{basefield == hex} & \tcode{\%X} \\ \rowsep
|
2256 | 2256 | \tcode{basefield == 0} & \tcode{\%i} \\ \capsep
|
|
2268 | 2268 | \begin{floattable}{Length modifier}{facet.num.get.length}
|
2269 | 2269 | {lc}
|
2270 | 2270 | \topline
|
2271 |
| -\lhdr{Type} & Length modifier \\ \capsep |
| 2271 | +\lhdr{Type} & \rhdr{Length modifier} \\ \capsep |
2272 | 2272 | \tcode{short} & \tcode{h} \\ \rowsep
|
2273 | 2273 | \tcode{unsigned short} & \tcode{h} \\ \rowsep
|
2274 | 2274 | \tcode{long} & \tcode{l} \\ \rowsep
|
|
2599 | 2599 | \begin{floattable}{Integer conversions}{facet.num.put.int}
|
2600 | 2600 | {lc}
|
2601 | 2601 | \topline
|
2602 |
| -\lhdr{State} & \tcode{stdio} equivalent \\ \capsep |
| 2602 | +\lhdr{State} & \rhdr{\tcode{stdio} equivalent} \\ \capsep |
2603 | 2603 | \tcode{basefield == ios_base::oct} & \tcode{\%o} \\ \rowsep
|
2604 | 2604 | \tcode{(basefield == ios_base::hex) \&\& !uppercase} & \tcode{\%x} \\ \rowsep
|
2605 | 2605 | \tcode{(basefield == ios_base::hex)} & \tcode{\%X} \\ \rowsep
|
|
2614 | 2614 | \begin{floattable}{Floating-point conversions}{facet.num.put.fp}
|
2615 | 2615 | {lc}
|
2616 | 2616 | \topline
|
2617 |
| -\lhdr{State} & \tcode{stdio} equivalent \\ \capsep |
| 2617 | +\lhdr{State} & \rhdr{\tcode{stdio} equivalent} \\ \capsep |
2618 | 2618 | \tcode{floatfield == ios_base::fixed} & \tcode{\%f} \\ \rowsep
|
2619 | 2619 | \tcode{floatfield == ios_base::scientific \&\& !uppercase} & \tcode{\%e} \\ \rowsep
|
2620 | 2620 | \tcode{floatfield == ios_base::scientific} & \tcode{\%E} \\ \rowsep
|
|
2631 | 2631 | \begin{floattable}{Length modifier}{facet.num.put.length}
|
2632 | 2632 | {lc}
|
2633 | 2633 | \topline
|
2634 |
| -\lhdr{Type} & Length modifier \\ \capsep |
| 2634 | +\lhdr{Type} & \rhdr{Length modifier} \\ \capsep |
2635 | 2635 | \tcode{long} & \tcode{l} \\ \rowsep
|
2636 | 2636 | \tcode{long long} & \tcode{ll} \\ \rowsep
|
2637 | 2637 | \tcode{unsigned long} & \tcode{l} \\ \rowsep
|
|
2646 | 2646 | \begin{floattable}{Numeric conversions}{facet.num.put.conv}
|
2647 | 2647 | {llc}
|
2648 | 2648 | \topline
|
2649 |
| -\lhdr{Type(s)} & \chdr{State} & \tcode{stdio} equivalent \\ \capsep |
| 2649 | +\lhdr{Type(s)} & \chdr{State} & \rhdr{\tcode{stdio} equivalent} \\ \capsep |
2650 | 2650 | an integral type & \tcode{showpos} & \tcode{+} \\
|
2651 | 2651 | & \tcode{showbase} & \tcode{\#} \\ \rowsep
|
2652 | 2652 | a floating-point type & \tcode{showpos} & \tcode{+} \\
|
|
0 commit comments