prom 0.1.0
Client-independent C++23 Prometheus/OpenMetrics metric abstraction
Loading...
Searching...
No Matches
Public Member Functions | List of all members
std::hash< prom::Labels > Struct Reference

Hash a prom::Labels by its cached FNV-1a digest so it can key the labeled child caches that adapters maintain. More...

#include <labels.hpp>

Public Member Functions

std::size_t operator() (const prom::Labels &labels) const noexcept
 

Detailed Description

Hash a prom::Labels by its cached FNV-1a digest so it can key the labeled child caches that adapters maintain.

Member Function Documentation

◆ operator()()

std::size_t std::hash< prom::Labels >::operator() ( const prom::Labels labels) const
inlinenoexcept

The documentation for this struct was generated from the following file: