protected virtual member function
<locale>

std::time_get::do_get_monthname

iter_type do_get_monthname (iter_type s, iter_type end, ios_base& str,                            ios_base::iostate& err, tm* t) const;
讀取月份名稱 [virtual]
time_get::get_monthname 呼叫的虛擬保護成員函式,用於解析月份名稱。

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

有關 time_get 標準特化的預設行為,請參閱 time_get::get_monthname

另見