LArSoft  v07_13_02
Liquid Argon Software toolkit - http://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 62 of file BranchID.h.

Member Function Documentation

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

Definition at line 64 of file BranchID.h.

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

65  {
66  return bid.id(); // since the ID is already a checksum, don't
67  // worry about further hashing
68  }

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