tmp/tmp_dipubzi/{from.md → to.md}
RENAMED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
-
#### Class template `numpunct` <a id="locale.numpunct">[[locale.numpunct]]</a>
|
| 2 |
|
| 3 |
-
##### General <a id="locale.numpunct.general">[[locale.numpunct.general]]</a>
|
| 4 |
|
| 5 |
``` cpp
|
| 6 |
namespace std {
|
| 7 |
template<class charT>
|
| 8 |
class numpunct : public locale::facet {
|
|
@@ -91,11 +91,11 @@ e:
|
|
| 91 |
|
| 92 |
where the number of digits between is as specified by `do_grouping()`.
|
| 93 |
For parsing, if the portion contains no thousands-separators, no
|
| 94 |
grouping constraint is applied.
|
| 95 |
|
| 96 |
-
##### Members <a id="facet.numpunct.members">[[facet.numpunct.members]]</a>
|
| 97 |
|
| 98 |
``` cpp
|
| 99 |
char_type decimal_point() const;
|
| 100 |
```
|
| 101 |
|
|
@@ -118,11 +118,11 @@ string_type truename() const;
|
|
| 118 |
string_type falsename() const;
|
| 119 |
```
|
| 120 |
|
| 121 |
*Returns:* `do_truename()` or `do_falsename()`, respectively.
|
| 122 |
|
| 123 |
-
##### Virtual functions <a id="facet.numpunct.virtuals">[[facet.numpunct.virtuals]]</a>
|
| 124 |
|
| 125 |
``` cpp
|
| 126 |
char_type do_decimal_point() const;
|
| 127 |
```
|
| 128 |
|
|
|
|
| 1 |
+
##### Class template `numpunct` <a id="locale.numpunct">[[locale.numpunct]]</a>
|
| 2 |
|
| 3 |
+
###### General <a id="locale.numpunct.general">[[locale.numpunct.general]]</a>
|
| 4 |
|
| 5 |
``` cpp
|
| 6 |
namespace std {
|
| 7 |
template<class charT>
|
| 8 |
class numpunct : public locale::facet {
|
|
|
|
| 91 |
|
| 92 |
where the number of digits between is as specified by `do_grouping()`.
|
| 93 |
For parsing, if the portion contains no thousands-separators, no
|
| 94 |
grouping constraint is applied.
|
| 95 |
|
| 96 |
+
###### Members <a id="facet.numpunct.members">[[facet.numpunct.members]]</a>
|
| 97 |
|
| 98 |
``` cpp
|
| 99 |
char_type decimal_point() const;
|
| 100 |
```
|
| 101 |
|
|
|
|
| 118 |
string_type falsename() const;
|
| 119 |
```
|
| 120 |
|
| 121 |
*Returns:* `do_truename()` or `do_falsename()`, respectively.
|
| 122 |
|
| 123 |
+
###### Virtual functions <a id="facet.numpunct.virtuals">[[facet.numpunct.virtuals]]</a>
|
| 124 |
|
| 125 |
``` cpp
|
| 126 |
char_type do_decimal_point() const;
|
| 127 |
```
|
| 128 |
|