tmp/tmp4m4w2732/{from.md → to.md}
RENAMED
|
@@ -2,23 +2,23 @@
|
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
char_type decimal_point() const;
|
| 5 |
```
|
| 6 |
|
| 7 |
-
*Returns:* `do_decimal_point()`
|
| 8 |
|
| 9 |
``` cpp
|
| 10 |
char_type thousands_sep() const;
|
| 11 |
```
|
| 12 |
|
| 13 |
-
*Returns:* `do_thousands_sep()`
|
| 14 |
|
| 15 |
``` cpp
|
| 16 |
string grouping() const;
|
| 17 |
```
|
| 18 |
|
| 19 |
-
*Returns:* `do_grouping()`
|
| 20 |
|
| 21 |
``` cpp
|
| 22 |
string_type truename() const;
|
| 23 |
string_type falsename() const;
|
| 24 |
```
|
|
|
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
char_type decimal_point() const;
|
| 5 |
```
|
| 6 |
|
| 7 |
+
*Returns:* `do_decimal_point()`.
|
| 8 |
|
| 9 |
``` cpp
|
| 10 |
char_type thousands_sep() const;
|
| 11 |
```
|
| 12 |
|
| 13 |
+
*Returns:* `do_thousands_sep()`.
|
| 14 |
|
| 15 |
``` cpp
|
| 16 |
string grouping() const;
|
| 17 |
```
|
| 18 |
|
| 19 |
+
*Returns:* `do_grouping()`.
|
| 20 |
|
| 21 |
``` cpp
|
| 22 |
string_type truename() const;
|
| 23 |
string_type falsename() const;
|
| 24 |
```
|