Public Member Functions | List of all members
WireCell::RayGrid::blobref_hash Struct Reference

#include <RayClustering.h>

Public Member Functions

size_t operator() (blobref_t blobref) const
 

Detailed Description

Definition at line 17 of file RayClustering.h.

Member Function Documentation

size_t WireCell::RayGrid::blobref_hash::operator() ( blobref_t  blobref) const
inline

Definition at line 18 of file RayClustering.h.

18  {
19  return std::hash<int*>()((int*)&*blobref);
20  }

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