A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://cplusplus.com/codecvt_base below:

class

<locale>

std::codecvt_base

Base class for codecvt

This is not a facet type, but the base class that defines the result enum member type to be inherited by codecvt facet classes.

It is defined as:


1
2
3
4
class codecvt_base {
public:
  enum result { ok, partial, error, noconv };
};

Member types
Member constants member constant type value description ok codecvt_base::result 0 Conversion successful partial codecvt_base::result 1 Partial conversion error codecvt_base::result 2 Conversion error noconv codecvt_base::result 3 No conversion
See also
codecvt::in
Translate in characters (public member function)
codecvt::out
Translate out characters (public member function)
codecvt::unshift
Unshift translation state (public member function)

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4