Project
Loading...
Searching...
No Matches
o2::dataformats::Pair< F, S > Struct Template Reference

#include <Pair.h>

Public Member Functions

 Pair ()=default
 
 Pair (F f, S s)
 
 ClassDefNV (Pair, 1)
 

Public Attributes

first {}
 
S second {}
 

Detailed Description

template<typename F, typename S>
struct o2::dataformats::Pair< F, S >

Definition at line 23 of file Pair.h.

Constructor & Destructor Documentation

◆ Pair() [1/2]

template<typename F , typename S >
o2::dataformats::Pair< F, S >::Pair ( )
default

◆ Pair() [2/2]

template<typename F , typename S >
o2::dataformats::Pair< F, S >::Pair ( f,
S  s 
)
inline

Definition at line 25 of file Pair.h.

Member Function Documentation

◆ ClassDefNV()

template<typename F , typename S >
o2::dataformats::Pair< F, S >::ClassDefNV ( Pair< F, S ,
 
)

Member Data Documentation

◆ first

template<typename F , typename S >
F o2::dataformats::Pair< F, S >::first {}

Definition at line 26 of file Pair.h.

◆ second

template<typename F , typename S >
S o2::dataformats::Pair< F, S >::second {}

Definition at line 27 of file Pair.h.


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