protected virtual member function
std::codecvt::do_encoding
<locale>
int do_encoding() const throw();
Return encoding width [virtual]
Virtual protected member function in charge of returning
encoding width information of a
codecvt facet object, as described in public member function
encoding (see
codecvt::encoding for details).
Polymorphic derived classes can redefine the behavior of this function.
See also
- codecvt::encoding
- Return encoding width (public member function)