tmp/tmp4el5l8l7/{from.md → to.md}
RENAMED
|
@@ -16,8 +16,8 @@ copy of `loc` exists.
|
|
| 16 |
|
| 17 |
``` cpp
|
| 18 |
template <class Facet> bool has_facet(const locale& loc) noexcept;
|
| 19 |
```
|
| 20 |
|
| 21 |
-
*Returns:*
|
| 22 |
-
false.
|
| 23 |
|
|
|
|
| 16 |
|
| 17 |
``` cpp
|
| 18 |
template <class Facet> bool has_facet(const locale& loc) noexcept;
|
| 19 |
```
|
| 20 |
|
| 21 |
+
*Returns:* `true` if the facet requested is present in `loc`; otherwise
|
| 22 |
+
`false`.
|
| 23 |
|