Skip to content

Commit 5ded9a7

Browse files
Merge pull request #4751 from TylerMSFT/github4372
add output section
2 parents fbec7fe + 3d9586d commit 5ded9a7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/standard-library/vector-bool-class.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,13 @@ int main()
167167
}
168168
```
169169

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+
The held value from the second element of vb is false
175+
```
176+
170177
## <a name="pointer"></a> `vector<bool>::pointer`
171178

172179
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

Comments
 (0)