受保護的虛成員函式
<locale>

std::codecvt::do_max_length

int do_max_length() const throw();
int do_max_length() const throw();
返回一個字元的最大長度[虛擬函式]
codecvt::max_length 呼叫的虛保護成員函式,用於獲取物件所使用的多位元組字元的最大長度

多型派生類可以覆蓋此函式的行為。

有關 codecvt 中此函式的預設行為,請參閱 codecvt::max_length

另見