| 52 | class adaptive_storage; |
| 53 | template <typename T, typename Allocator = std::allocator<T>> |
| 54 | class array_storage; |
| 55 | |
| 56 | template <class Axes = std::vector<axis::any_std>, class Storage = adaptive_storage<>> |
| 57 | class histogram; |
nothing calls this directly
no outgoing calls
no test coverage detected