Return number of colors
| 87 | } |
| 88 | /// Return number of colors |
| 89 | int colors(void) const { return static_cast<int>(_colors.value()); } |
| 90 | /// Return how to implement not all equals |
| 91 | int not_all_equal(void) const { return _not_all_equal.value(); } |
| 92 | /// Return how to implement same or 0 |