10USERVER_NAMESPACE_BEGIN
 
   12namespace utils::statistics {
 
   16namespace impl::histogram {
 
   26class HistogramView 
final {
 
   29  HistogramView(
const HistogramView&) 
noexcept = 
default;
 
   30  HistogramView& operator=(
const HistogramView&) 
noexcept = 
default;
 
   49  friend struct impl::histogram::Access;
 
   51  explicit HistogramView(
const impl::histogram::Bucket* buckets) 
noexcept;
 
   53  const impl::histogram::Bucket* buckets_;
 
   57bool operator==(HistogramView lhs, HistogramView rhs) 
noexcept;
 
   60bool operator!=(HistogramView lhs, HistogramView rhs) 
noexcept;