LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
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.

References art::ProductID::toID().

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: