ATLAS Offline Software
Public Member Functions | List of all members
std::hash< CP::SystematicSet > Struct Reference

Specialization of std::hash for std::unordered_map. More...

#include <SystematicSet.h>

Collaboration diagram for std::hash< CP::SystematicSet >:

Public Member Functions

std::size_t operator() (const CP::SystematicSet &sysSet) const
 

Detailed Description

Specialization of std::hash for std::unordered_map.

Definition at line 193 of file SystematicSet.h.

Member Function Documentation

◆ operator()()

std::size_t std::hash< CP::SystematicSet >::operator() ( const CP::SystematicSet sysSet) const
inline

Definition at line 195 of file SystematicSet.h.

196  { return sysSet.hash(); }

The documentation for this struct was generated from the following file:
CP::SystematicSet::hash
std::size_t hash() const
returns: hash value for the joined string.
Definition: SystematicSet.cxx:289