Public Member Functions | List of all members
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.

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: