It is a convert codeset facet and the codecvt standard facet translates between two different character encodings: an internal character type.
DeclarationFollowing is the declaration for std::codecvt.
C++98template <class internT, class externT, class stateT> class codecvt;C++11
template <class internT, class externT, class stateT> class codecvt;Parameters
internT − It is an internal character type.
externT − It is an external character type.
stateT − It is a state type.
It a codecvt constructor.
Conversion functions Sr.No. Conversion function & description 1 inIt used to translate in characters.
2 outIt used to translate out characters.
3 unshiftIt is a unshift translation state.
Character encoding properties Sr.No. Character encoding property & description 1 always_noconvIt return noconv characteristics.
2 encodingIt return encoding width.
3 lengthIt return length of translated sequence.
4 lengthIt return max length of one character.
locale.htm
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