Condividi tramite


codecvt::do_max_length

Una funzione virtuale che restituisce il numero massimo Byteesterno s necessario per produrre un charinterno.

virtual int do_max_length( ) const throw( );

Valore restituito

Numero massimo Bytes necessario per produrre un char.

Note

La funzione membro virtuale protetta restituisce il maggiore valore valido che possa essere restituito da do_length(_First1, _Last1, 1) per i valori validi arbitrari _First1 e _Last1.

Esempio

Vedere l'esempio relativo max_length, che chiama do_max_length.

Requisiti

intestazione: <locale>

Spazio dei nomi: deviazione standard

Vedere anche

Riferimenti

codecvt Class