From Jason Turner

[locale.money.put.members]

Diff to HTML by rtfpessoa

tmp/tmp18o6j80s/{from.md → to.md} RENAMED
@@ -1,11 +1,9 @@
1
- ##### `money_put` 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,
5
- long double quant) const;
6
- iter_type put(iter_type s, bool intl, ios_base& f, char_type fill,
7
- const string_type& quant) const;
8
  ```
9
 
10
  *Returns:* `do_put(s, intl, f, loc, quant)`.
11
 
 
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, loc, quant)`.
9