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

std::time_get::do_get

iter_type do_get (iter_type s, iter_type end, ios_base& str,    ios_base::iostate& err, tm* t, char format, char modifier=0) const;
讀取時間和日期 [虛擬函式]
time_get::get 呼叫,用於從時間和日期表示式中解析單個格式說明符。

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

有關 time_get 標準特化中的預設行為,請參見 time_get::get

另見