ATLAS Offline Software
Loading...
Searching...
No Matches
EventContainers::hashPair< T > Struct Template Reference

#include <I_InternalIDC.h>

Collaboration diagram for EventContainers::hashPair< T >:

Public Member Functions

constexpr hashPair (IdentifierHash::value_type f, const T *s)
bool operator< (const hashPair &b) const noexcept

Public Attributes

IdentifierHash::value_type first
const T * second

Detailed Description

template<typename T>
struct EventContainers::hashPair< T >

Definition at line 26 of file I_InternalIDC.h.

Constructor & Destructor Documentation

◆ hashPair()

template<typename T>
EventContainers::hashPair< T >::hashPair ( IdentifierHash::value_type f,
const T * s )
inlineconstexpr

Definition at line 29 of file I_InternalIDC.h.

Member Function Documentation

◆ operator<()

template<typename T>
bool EventContainers::hashPair< T >::operator< ( const hashPair< T > & b) const
inlinenoexcept

Definition at line 30 of file I_InternalIDC.h.

30 {
31 return first < b.first;
32 }

Member Data Documentation

◆ first

template<typename T>
IdentifierHash::value_type EventContainers::hashPair< T >::first

Definition at line 27 of file I_InternalIDC.h.

◆ second

template<typename T>
const T* EventContainers::hashPair< T >::second

Definition at line 28 of file I_InternalIDC.h.


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