Public Member Functions | List of all members
std::hash< art::ProductID > Struct Template Reference

#include <ProductID.h>

Public Member Functions

constexpr std::size_t operator() (art::ProductID const id) const noexcept
 

Detailed Description

template<>
struct std::hash< art::ProductID >

Definition at line 94 of file ProductID.h.

Member Function Documentation

constexpr std::size_t std::hash< art::ProductID >::operator() ( art::ProductID const  id) const
inlinenoexcept

Definition at line 96 of file ProductID.h.

97  {
98  return id.value();
99  }

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