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 25 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 28 of file I_InternalIDC.h.

28 : 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 29 of file I_InternalIDC.h.

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

Member Data Documentation

◆ first

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

Definition at line 26 of file I_InternalIDC.h.

◆ second

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

Definition at line 27 of file I_InternalIDC.h.


The documentation for this struct was generated from the following file:
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
EventContainers::hashPair::first
IdentifierHash::value_type first
Definition: I_InternalIDC.h:26
hist_file_dump.f
f
Definition: hist_file_dump.py:135
plotBeamSpotMon.b
b
Definition: plotBeamSpotMon.py:77
EventContainers::hashPair::second
const T * second
Definition: I_InternalIDC.h:27