CMS 3D CMS Logo

List of all members | Public Member Functions
edm::ProductProvenanceHasher Struct Reference

#include <ProductProvenanceRetriever.h>

Public Member Functions

size_t operator() (ProductProvenance const &tid) const
 

Detailed Description

Definition at line 32 of file ProductProvenanceRetriever.h.

Member Function Documentation

◆ operator()()

size_t edm::ProductProvenanceHasher::operator() ( ProductProvenance const &  tid) const
inline

Definition at line 33 of file ProductProvenanceRetriever.h.

33 { return tid.branchID().id(); }

References edm::ProductProvenance::branchID(), and edm::BranchID::id().