Public Member Functions | List of all members
art::ProductID::Hash Struct Reference

#include <ProductID.h>

Public Member Functions

constexpr std::size_t operator() (ProductID const pid) const noexcept
 

Detailed Description

Definition at line 71 of file ProductID.h.

Member Function Documentation

constexpr std::size_t art::ProductID::Hash::operator() ( ProductID const  pid) const
inlinenoexcept

Definition at line 73 of file ProductID.h.

74  {
75  return pid.value(); // since the ID is already a checksum, don't
76  // worry about further hashing
77  }

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