Whether a valid specification has been found
| 61 | public: |
| 62 | /// Whether a valid specification has been found |
| 63 | bool valid(void) const { |
| 64 | return data != nullptr; |
| 65 | } |
| 66 | /// Return maximal capacity of a bin |
| 67 | int capacity(void) const { |
| 68 | return data[0]; |