tmp/tmp1d6whj2q/{from.md → to.md}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
####
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
template<class Facet> locale combine(const locale& other) const;
|
| 5 |
```
|
| 6 |
|
|
@@ -12,11 +12,11 @@ except for that one facet of `other` that is identified by `Facet`.
|
|
| 12 |
*Throws:* `runtime_error` if `has_facet<Facet>(other)` is `false`.
|
| 13 |
|
| 14 |
*Remarks:* The resulting locale has no name.
|
| 15 |
|
| 16 |
``` cpp
|
| 17 |
-
|
| 18 |
```
|
| 19 |
|
| 20 |
*Returns:* The name of `*this`, if it has one; otherwise, the string
|
| 21 |
`"*"`.
|
| 22 |
|
|
|
|
| 1 |
+
#### Members <a id="locale.members">[[locale.members]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
template<class Facet> locale combine(const locale& other) const;
|
| 5 |
```
|
| 6 |
|
|
|
|
| 12 |
*Throws:* `runtime_error` if `has_facet<Facet>(other)` is `false`.
|
| 13 |
|
| 14 |
*Remarks:* The resulting locale has no name.
|
| 15 |
|
| 16 |
``` cpp
|
| 17 |
+
string name() const;
|
| 18 |
```
|
| 19 |
|
| 20 |
*Returns:* The name of `*this`, if it has one; otherwise, the string
|
| 21 |
`"*"`.
|
| 22 |
|