最終更新日時(UTC):
が更新

履歴 編集

class template
<locale>

std::money_put

namespace std {
  template <class charT, class OutputIterator = ostreambuf_iterator<charT> >
  class money_put : public locale::facet;
}

概要

(ここに、クラスの概要を記載する)

メンバ関数

名前 説明
(constructor) コンストラクタ
put 金額の出力

静的メンバ変数

名前 説明
static locale::id id;

protectedメンバ関数

名前 説明
(destructor) デストラクタ
do_put 金額の出力

メンバ型

名前 説明
char_type 文字型 charT
iter_type 出力のイテレータ型 OutputIterator
string_type 文字列型 basic_string<charT>


出力

参照