tmp/tmpxmkl84yx/{from.md → to.md}
RENAMED
|
@@ -93,20 +93,20 @@ The provided implementation of members of facets `num_get<charT>` and
|
|
| 93 |
`num_put<charT>` calls `use_facet <F> (l)` only for facet `F` of types
|
| 94 |
`numpunct<charT>` and `ctype<charT>`, and for locale `l` the value
|
| 95 |
obtained by calling member `getloc()` on the `ios_base&` argument to
|
| 96 |
these functions.
|
| 97 |
|
| 98 |
-
In declarations of facets, a template
|
| 99 |
`InputIterator` or `OutputIterator` indicates the set of all possible
|
| 100 |
specializations on parameters that satisfy the requirements of an Input
|
| 101 |
Iterator or an Output Iterator, respectively (
|
| 102 |
-
[[iterator.requirements]]). A template
|
| 103 |
represents the set of types containing `char`, `wchar_t`, and any other
|
| 104 |
implementation-defined character types that satisfy the requirements for
|
| 105 |
a character on which any of the iostream components can be instantiated.
|
| 106 |
-
A template
|
| 107 |
-
|
| 108 |
|
| 109 |
##### Class `locale::facet` <a id="locale.facet">[[locale.facet]]</a>
|
| 110 |
|
| 111 |
``` cpp
|
| 112 |
namespace std {
|
|
|
|
| 93 |
`num_put<charT>` calls `use_facet <F> (l)` only for facet `F` of types
|
| 94 |
`numpunct<charT>` and `ctype<charT>`, and for locale `l` the value
|
| 95 |
obtained by calling member `getloc()` on the `ios_base&` argument to
|
| 96 |
these functions.
|
| 97 |
|
| 98 |
+
In declarations of facets, a template parameter with name
|
| 99 |
`InputIterator` or `OutputIterator` indicates the set of all possible
|
| 100 |
specializations on parameters that satisfy the requirements of an Input
|
| 101 |
Iterator or an Output Iterator, respectively (
|
| 102 |
+
[[iterator.requirements]]). A template parameter with name `C`
|
| 103 |
represents the set of types containing `char`, `wchar_t`, and any other
|
| 104 |
implementation-defined character types that satisfy the requirements for
|
| 105 |
a character on which any of the iostream components can be instantiated.
|
| 106 |
+
A template parameter with name `International` represents the set of all
|
| 107 |
+
possible specializations on a bool parameter.
|
| 108 |
|
| 109 |
##### Class `locale::facet` <a id="locale.facet">[[locale.facet]]</a>
|
| 110 |
|
| 111 |
``` cpp
|
| 112 |
namespace std {
|