ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
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 >
constexpr EventContainers::hashPair< T >::hashPair ( IdentifierHash::value_type  f,
const T *  s 
)
inlineconstexpr

Definition at line 29 of file I_InternalIDC.h.

29 : first(f), second(s) { }

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:
EventContainers::hashPair::first
IdentifierHash::value_type first
Definition: I_InternalIDC.h:27
hist_file_dump.f
f
Definition: hist_file_dump.py:140
plotBeamSpotMon.b
b
Definition: plotBeamSpotMon.py:76
python.SystemOfUnits.s
float s
Definition: SystemOfUnits.py:147
EventContainers::hashPair::second
const T * second
Definition: I_InternalIDC.h:28