- locale[meta header]
- std[meta namespace]
- class template[meta id-type]
namespace std {
template <class charT, class OutputIterator = ostreambuf_iterator<charT> >
class money_put : public locale::facet;
}- ostreambuf_iterator[link /reference/iterator/ostreambuf_iterator.md]
- locale::facet[link /reference/locale/locale/facet.md]
(ここに、クラスの概要を記載する)
| 名前 | 説明 |
|---|---|
(constructor) |
コンストラクタ |
put |
金額の出力 |
| 名前 | 説明 |
|---|---|
static locale::id id; |
| 名前 | 説明 |
|---|---|
(destructor) |
デストラクタ |
do_put |
金額の出力 |
| 名前 | 説明 |
|---|---|
char_type |
文字型 charT |
iter_type |
出力のイテレータ型 OutputIterator |
string_type |
文字列型 basic_string<charT> |