tmp/tmpyt4xbsb4/{from.md → to.md}
RENAMED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
-
##### Members <a id="locale.money.put.members">[[locale.money.put.members]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
iter_type put(iter_type s, bool intl, ios_base& f, char_type fill, long double quant) const;
|
| 5 |
iter_type put(iter_type s, bool intl, ios_base& f, char_type fill, const string_type& quant) const;
|
| 6 |
```
|
| 7 |
|
| 8 |
-
*Returns:* `do_put(s, intl, f,
|
| 9 |
|
|
|
|
| 1 |
+
###### Members <a id="locale.money.put.members">[[locale.money.put.members]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
iter_type put(iter_type s, bool intl, ios_base& f, char_type fill, long double quant) const;
|
| 5 |
iter_type put(iter_type s, bool intl, ios_base& f, char_type fill, const string_type& quant) const;
|
| 6 |
```
|
| 7 |
|
| 8 |
+
*Returns:* `do_put(s, intl, f, fill, quant)`.
|
| 9 |
|