| 46 | using const_iterator = iterator_over<histogram>; |
| 47 | |
| 48 | histogram() = default; |
| 49 | histogram(const histogram& rhs) = default; |
| 50 | histogram(histogram&& rhs) = default; |
| 51 | histogram& operator=(const histogram& rhs) = default; |
no test coverage detected