Belle II Software development
hash< std::set< int > > Struct Reference

Hash function used by unordered_set. More...

#include <ParticleCombiner.h>

Public Member Functions

std::size_t operator() (const std::set< int > &v) const
 Actual work done by boost.
 

Detailed Description

Hash function used by unordered_set.

Definition at line 30 of file ParticleCombiner.h.

Member Function Documentation

◆ operator()()

std::size_t operator() ( const std::set< int > &  v) const
inline

Actual work done by boost.

Definition at line 32 of file ParticleCombiner.h.

33 {
34 return boost::hash_value(v);
35 }

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