LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
art::BranchID::Hash Struct Reference

#include "BranchID.h"

Public Member Functions

std::size_t operator() (BranchID const &bid) const
 

Detailed Description

Definition at line 70 of file BranchID.h.

Member Function Documentation

std::size_t art::BranchID::Hash::operator() ( BranchID const &  bid) const
inline

Definition at line 72 of file BranchID.h.

References art::BranchID::id(), and art::BranchID::toID().

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

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