NVIDIA DeepStream SDK API Reference

8.0 Release
sources/includes/prometheus/detail/utils.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <cstddef>
4 
5 #include "prometheus/detail/core_export.h"
6 #include "prometheus/labels.h"
7 
8 namespace prometheus {
9 namespace detail {
10 
18  std::size_t operator()(const Labels& labels) const;
19 };
20 
21 } // namespace detail
22 } // namespace prometheus
prometheus::detail::LabelHasher
Label hasher for use in STL containers.
Definition: sources/includes/prometheus/detail/utils.h:12
prometheus::Labels
std::map< std::string, std::string > Labels
Multiple labels and their value.
Definition: sources/includes/prometheus/labels.h:9
prometheus
Definition: sources/includes/prometheus/check_names.h:8
PROMETHEUS_CPP_CORE_EXPORT
#define PROMETHEUS_CPP_CORE_EXPORT
Definition: sources/includes/prometheus/detail/core_export.h:15