Project
Loading...
Searching...
No Matches
Pair.h
Go to the documentation of this file.
1
// Copyright 2019-2020 CERN and copyright holders of ALICE O2.
2
// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
3
// All rights not expressly granted are reserved.
4
//
5
// This software is distributed under the terms of the GNU General Public
6
// License v3 (GPL Version 3), copied verbatim in the file "COPYING".
7
//
8
// In applying this license CERN does not waive the privileges and immunities
9
// granted to it by virtue of its status as an Intergovernmental Organization
10
// or submit itself to any jurisdiction.
11
12
#ifndef ALICEO2_COMMON_PAIR_H
13
#define ALICEO2_COMMON_PAIR_H
14
15
#include "
GPUCommonRtypes.h
"
16
17
namespace
o2
18
{
19
namespace
dataformats
20
{
21
// A messageable pair
22
template
<
typename
F,
typename
S>
23
struct
Pair
{
24
Pair
() =
default
;
25
Pair
(F
f
,
S
s) :
first
(
f
),
second
(s) {}
26
F
first
{};
27
S
second
{};
28
ClassDefNV
(
Pair
, 1);
29
};
30
31
}
// namespace dataformats
32
}
// namespace o2
33
34
#endif
/* ALICEO2_COMMON_PAIR_H */
GPUCommonRtypes.h
int
f
GLdouble f
Definition
glcorearb.h:310
o2
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
Definition
BitstreamReader.h:24
S
Definition
cxx14-test-aggregate-initialization.cxx:18
o2::dataformats::Pair
Definition
Pair.h:23
o2::dataformats::Pair::ClassDefNV
ClassDefNV(Pair, 1)
o2::dataformats::Pair::Pair
Pair()=default
o2::dataformats::Pair::second
S second
Definition
Pair.h:27
o2::dataformats::Pair::Pair
Pair(F f, S s)
Definition
Pair.h:25
DataFormats
common
include
CommonDataFormat
Pair.h
Generated on Thu Apr 3 2025 21:05:10 for Project by
1.9.8