Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
dakka committed Mar 30, 2024
1 parent cd83e12 commit 939fe46
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,6 @@ _output_
```
## Standard accessors and mutators
All of the standard accessors and mutators are supported.
| Method | Description |
| :--- | :--- |
| `test` | test for bit(s)|
Expand All @@ -544,6 +543,11 @@ All of the standard accessors and mutators are supported.
| `count` | count of bits on |
| `size` | number of bits in bitset |
| `operator[]` | test bit at position |
Additional methods
| Method | Description |
| `set_all` | set all specified bits |
| `clear_all` | clear all specified bits |
| `test_any` | test for one or more bits |
| `test_all` | test for all specified bits |
Expand Down

0 comments on commit 939fe46

Please sign in to comment.