[tab:facet.num.put.fill]
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 101 β 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 |