You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/standard-library/bitset.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,6 @@ Defines the template class bitset and two supporting template functions for repr
12
12
## Syntax
13
13
14
14
```
15
-
16
15
#include <bitset>
17
16
```
18
17
@@ -30,7 +29,7 @@ Defines the template class bitset and two supporting template functions for repr
30
29
31
30
|Class|Description|
32
31
|-|-|
33
-
|[bitset Class](../standard-library/bitset-class.md)|The template class describes a type of object that stores a sequence consisting of a fixed number of bits that provide a compact way of keeping flags for a set of items or conditions.|
32
+
|[bitset](../standard-library/bitset-class.md)|The template class describes a type of object that stores a sequence consisting of a fixed number of bits that provide a compact way of keeping flags for a set of items or conditions.|
0 commit comments