virtual protected member function
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
|