[tab:locale.codecvt.inout] (original) (raw)
28 Text processing library [text]
28.3 Localization library [localization]
28.3.4 Standard locale categories [locale.categories]
28.3.4.2 The ctype category [category.ctype]
28.3.4.2.5 Class template codecvt [locale.codecvt]
28.3.4.2.5.3 Virtual functions [locale.codecvt.virtuals]
Table 91 β do_in/do_out result values [tab:locale.codecvt.inout]
πValue | Meaning |
---|---|
πok | completed the conversion |
πpartial | not all source characters converted |
πerror | encountered a character in [from, from_end) that cannot be converted |
πnoconv | internT and externT are the same type, and input sequence is identical to converted sequence |