CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
edm::ParentageRegistry::key_hash Struct Reference

#include <ParentageRegistry.h>

Public Member Functions

std::size_t operator() (key_type const &iKey) const
 

Detailed Description

Definition at line 45 of file ParentageRegistry.h.

Member Function Documentation

std::size_t edm::ParentageRegistry::key_hash::operator() ( key_type const &  iKey) const
inline

Definition at line 46 of file ParentageRegistry.h.

References edm::Hash< I >::smallHash().

46  {
47  return iKey.smallHash();
48  }