ATLAS Offline Software
Public Member Functions | List of all members
NavigationTokenHash< CHILD > Struct Template Reference

#include <NavigationTokenHash.h>

Collaboration diagram for NavigationTokenHash< CHILD >:

Public Member Functions

std::size_t operator() (const CHILD *p) const
 

Detailed Description

template<typename CHILD>
struct NavigationTokenHash< CHILD >

Definition at line 46 of file NavigationTokenHash.h.

Member Function Documentation

◆ operator()()

template<typename CHILD >
std::size_t NavigationTokenHash< CHILD >::operator() ( const CHILD *  p) const
inline

Definition at line 48 of file NavigationTokenHash.h.

49  {
50  return navigationHash (p);
51  }

The documentation for this struct was generated from the following file:
python.PerfMonSerializer.p
def p
Definition: PerfMonSerializer.py:743
navigationHash
std::size_t navigationHash(const void *p)
Allow overriding the default hash function used within NavigationToken.
Definition: NavigationTokenHash.h:39