tmp/tmpikc9ym5a/{from.md → to.md}
RENAMED
|
@@ -43,13 +43,13 @@ position `pos` is other than `zero` or `one`. The function uses
|
|
| 43 |
Otherwise, the function constructs an object of class `bitset<N>`,
|
| 44 |
initializing the first `M` bit positions to values determined from the
|
| 45 |
corresponding characters in the string `str`. `M` is the smaller of `N`
|
| 46 |
and `rlen`.
|
| 47 |
|
| 48 |
-
An element of the constructed
|
| 49 |
-
character in `str`, beginning at position `pos`, is `
|
| 50 |
-
|
| 51 |
corresponds to bit position zero. Subsequent decreasing character
|
| 52 |
positions correspond to increasing bit positions.
|
| 53 |
|
| 54 |
If `M < N`, remaining bit positions are initialized to zero.
|
| 55 |
|
|
|
|
| 43 |
Otherwise, the function constructs an object of class `bitset<N>`,
|
| 44 |
initializing the first `M` bit positions to values determined from the
|
| 45 |
corresponding characters in the string `str`. `M` is the smaller of `N`
|
| 46 |
and `rlen`.
|
| 47 |
|
| 48 |
+
An element of the constructed object has value zero if the corresponding
|
| 49 |
+
character in `str`, beginning at position `pos`, is `zero`. Otherwise,
|
| 50 |
+
the element has the value one. Character position `pos + M - 1`
|
| 51 |
corresponds to bit position zero. Subsequent decreasing character
|
| 52 |
positions correspond to increasing bit positions.
|
| 53 |
|
| 54 |
If `M < N`, remaining bit positions are initialized to zero.
|
| 55 |
|