From Jason Turner

[facet.num.put.fill]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpglucs82w/{from.md → to.md} +10 -0
tmp/tmpglucs82w/{from.md → to.md} RENAMED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ **Table: Fill padding** <a id="facet.num.put.fill">[facet.num.put.fill]</a>
2
+
3
+ | State | Location |
4
+ | ------------------------------------------------------------------------------ | ------------------ |
5
+ | `adjustfield == ios_base::left` | pad after |
6
+ | `adjustfield == ios_base::right` | pad before |
7
+ | `adjustfield == internal` and a sign occurs in the representation | pad after the sign |
8
+ | `adjustfield == internal` and representation after stage 1 began with 0x or 0X | pad after x or X |
9
+ | otherwise | pad before |
10
+