aboutsummaryrefslogtreecommitdiffstats
path: root/metrics/src/vespa/metrics/countmetricvalues.cpp
blob: 7a517ee5fd33892d2973e8c58ddd1f5348971465 (plain) (blame)
1
2
3
4
5
6
7
8
9
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#include "countmetricvalues.hpp"

namespace metrics {

template struct CountMetricValues<uint64_t>;

} // metrics