[tab:facet.num.put.fill] (original) (raw)
28 Text processing library [text]
28.3 Localization library [localization]
28.3.4 Standard locale categories [locale.categories]
28.3.4.3 The numeric category [category.numeric]
28.3.4.3.3 Class template num_put [locale.nm.put]
28.3.4.3.3.3 Virtual functions [facet.num.put.virtuals]
Table 99 โ Fill padding [tab:facet.num.put.fill]
๐State | Location |
---|---|
๐adjustfield == ios_baseโ::โleft | pad after |
๐adjustfield == ios_baseโ::โright | pad before |
๐adjustfield == internal and a sign occurs in the representation | pad after the sign |
๐adjustfield == internal and representation after stage 1 began with 0x or 0X | pad after x or X |
๐otherwise | pad before |