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

std::money_put::do_put

數值 (1)
iter_type do_put (iter_type s, bool intl, ios_base& str,                  char_type fill, long double units) const;
字串 (2)
iter_type do_put (iter_type s, bool intl, ios_base& str,                  char_type fill, const string_type& digits) const;
格式化貨幣表示式 [虛]
負責格式化貨幣表示式的受保護虛成員函式,如公共成員函式put中所述(詳情請參見money_put::put)。

多型派生類可以重定義此函式的行為。

另見

money_put::put呼叫的虛保護成員函式,用於格式化貨幣表示式。

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

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

另見