tmp/tmpwa1_mztv/{from.md → to.md}
RENAMED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
-
#### Class template `money_put` <a id="locale.money.put">[[locale.money.put]]</a>
|
|
|
|
|
|
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
namespace std {
|
| 5 |
template<class charT, class OutputIterator = ostreambuf_iterator<charT>>
|
| 6 |
class money_put : public locale::facet {
|
|
@@ -26,20 +28,20 @@ namespace std {
|
|
| 26 |
const string_type& digits) const;
|
| 27 |
};
|
| 28 |
}
|
| 29 |
```
|
| 30 |
|
| 31 |
-
##### Members <a id="locale.money.put.members">[[locale.money.put.members]]</a>
|
| 32 |
|
| 33 |
``` cpp
|
| 34 |
iter_type put(iter_type s, bool intl, ios_base& f, char_type fill, long double quant) const;
|
| 35 |
iter_type put(iter_type s, bool intl, ios_base& f, char_type fill, const string_type& quant) const;
|
| 36 |
```
|
| 37 |
|
| 38 |
-
*Returns:* `do_put(s, intl, f,
|
| 39 |
|
| 40 |
-
##### Virtual functions <a id="locale.money.put.virtuals">[[locale.money.put.virtuals]]</a>
|
| 41 |
|
| 42 |
``` cpp
|
| 43 |
iter_type do_put(iter_type s, bool intl, ios_base& str,
|
| 44 |
char_type fill, long double units) const;
|
| 45 |
iter_type do_put(iter_type s, bool intl, ios_base& str,
|
|
|
|
| 1 |
+
##### Class template `money_put` <a id="locale.money.put">[[locale.money.put]]</a>
|
| 2 |
+
|
| 3 |
+
###### General <a id="locale.money.put.general">[[locale.money.put.general]]</a>
|
| 4 |
|
| 5 |
``` cpp
|
| 6 |
namespace std {
|
| 7 |
template<class charT, class OutputIterator = ostreambuf_iterator<charT>>
|
| 8 |
class money_put : public locale::facet {
|
|
|
|
| 28 |
const string_type& digits) const;
|
| 29 |
};
|
| 30 |
}
|
| 31 |
```
|
| 32 |
|
| 33 |
+
###### Members <a id="locale.money.put.members">[[locale.money.put.members]]</a>
|
| 34 |
|
| 35 |
``` cpp
|
| 36 |
iter_type put(iter_type s, bool intl, ios_base& f, char_type fill, long double quant) const;
|
| 37 |
iter_type put(iter_type s, bool intl, ios_base& f, char_type fill, const string_type& quant) const;
|
| 38 |
```
|
| 39 |
|
| 40 |
+
*Returns:* `do_put(s, intl, f, fill, quant)`.
|
| 41 |
|
| 42 |
+
###### Virtual functions <a id="locale.money.put.virtuals">[[locale.money.put.virtuals]]</a>
|
| 43 |
|
| 44 |
``` cpp
|
| 45 |
iter_type do_put(iter_type s, bool intl, ios_base& str,
|
| 46 |
char_type fill, long double units) const;
|
| 47 |
iter_type do_put(iter_type s, bool intl, ios_base& str,
|