Public Member Functions | List of all members
std::hash< WireCell::WirePlaneId > Struct Template Reference

#include <WirePlaneId.h>

Public Member Functions

std::size_t operator() (const WireCell::WirePlaneId &wpid) const
 

Detailed Description

template<>
struct std::hash< WireCell::WirePlaneId >

Definition at line 70 of file WirePlaneId.h.

Member Function Documentation

std::size_t std::hash< WireCell::WirePlaneId >::operator() ( const WireCell::WirePlaneId wpid) const
inline

Definition at line 71 of file WirePlaneId.h.

71  {
72  return std::hash<int>()(wpid.ident());
73  }
int ident() const
Unit ID as integer.
Definition: WirePlaneId.cxx:21

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