[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