class
<locale>
std::codecvt_baseBase 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 };
};
0
Conversion successful partial codecvt_base::result 1
Partial conversion error codecvt_base::result 2
Conversion error noconv codecvt_base::result 3
No conversion
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