GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
std::codecvt_base(3) C++ Standard Libary std::codecvt_base(3)

std::codecvt_base - std::codecvt_base


Defined in header <locale>
class codecvt_base;


The class std::codecvt_base provides the conversion status constants which are
inherited and used by the std::codecvt facets.


Member type Definition
enum result { ok, partial, error, noconv }; Unscoped enumeration type


Value Explanation
ok conversion was completed with no error
partial not all source characters were converted
error encountered an invalid character
noconv no conversion required, input and output types are the same


The value std::codecvt_base::partial is used to indicate that either the destination
range is too short to receive the results of the conversion or the input is
truncated in the middle of an otherwise valid multibyte character.


codecvt converts between character encodings, including UTF-8, UTF-16, UTF-32
(class template)

2022.07.31 http://cppreference.com

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.