tmp/tmphtb6yyo2/{from.md → to.md}
RENAMED
|
@@ -13,11 +13,11 @@ operator>>(long double& val);
|
|
| 13 |
operator>>(bool& val);
|
| 14 |
operator>>(void*& val);
|
| 15 |
```
|
| 16 |
|
| 17 |
As in the case of the inserters, these extractors depend on the locale’s
|
| 18 |
-
`num_get<>`
|
| 19 |
stream data. These extractors behave as formatted input functions (as
|
| 20 |
described in [[istream.formatted.reqmts]]). After a sentry object is
|
| 21 |
constructed, the conversion occurs as if performed by the following code
|
| 22 |
fragment:
|
| 23 |
|
|
|
|
| 13 |
operator>>(bool& val);
|
| 14 |
operator>>(void*& val);
|
| 15 |
```
|
| 16 |
|
| 17 |
As in the case of the inserters, these extractors depend on the locale’s
|
| 18 |
+
`num_get<>` [[locale.num.get]] object to perform parsing the input
|
| 19 |
stream data. These extractors behave as formatted input functions (as
|
| 20 |
described in [[istream.formatted.reqmts]]). After a sentry object is
|
| 21 |
constructed, the conversion occurs as if performed by the following code
|
| 22 |
fragment:
|
| 23 |
|