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