We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fbec7fe + 3d9586d commit 5ded9a7Copy full SHA for 5ded9a7
1 file changed
docs/standard-library/vector-bool-class.md
@@ -167,6 +167,13 @@ int main()
167
}
168
```
169
170
+```Output
171
+The second element of vb is false
172
+The held value from the second element of vb is false
173
+The second element of vb is true
174
175
+```
176
+
177
## <a name="pointer"></a> `vector<bool>::pointer`
178
179
A type that describes an object that can serve as a pointer to a Boolean element of the sequence contained by the `vector<bool>` object.
0 commit comments