Parameters
noneReturn value
true if any of the bits in the bitset is set, and false otherwise.Example
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
|
See also
| bitset::count | Count bits set (public member function) |
| bitset::none | Test if no bit is set (public member function) |
| bitset::test | Return bit value (public member function) |
