Returns \c true if the dynamic bitset is empty (i.e. \c size() == \c 0).
| 100 | |
| 101 | /// Returns \c true if the dynamic bitset is empty (i.e. \c size() == \c 0). |
| 102 | bool empty() const |
| 103 | { |
| 104 | return size() == 0; |
| 105 | } |
| 106 | |
| 107 | /// Returns the number of set bits (i.e. '1') in the bitset. |
| 108 | size_type count(command_queue &queue) const |
nothing calls this directly
no outgoing calls
no test coverage detected