ATLAS Offline Software
Loading...
Searching...
No Matches
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 }
std::size_t navigationHash(const void *p)
Allow overriding the default hash function used within NavigationToken.

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