CMS 3D CMS Logo

tablehelpers.h
Go to the documentation of this file.
1 #ifndef FWCore_SOA_tablehelpers_h
2 #define FWCore_SOA_tablehelpers_h
3 // -*- C++ -*-
4 //
5 // Package: FWCore/SOA
6 //
15 //
16 // Original Author: Chris Jones
17 // Created: Thu, 24 Aug 2017 16:18:18 GMT
18 //
19 
20 // system include files
21 #include <type_traits>
22 #include <tuple>
23 
24 // user include files
25 
26 // forward declarations
27 
28 namespace edm {
29  namespace soa {
30  namespace impl {
31 
32  template <int I>
33  struct FoundIndex {
34  static constexpr int index = I;
35  };
36 
37  template <int I, typename T, typename TPL>
38  struct GetIndex {
42  };
43 
44  } // namespace impl
45  } // namespace soa
46 } // namespace edm
47 
48 #endif
edm::soa::impl::FoundIndex::index
static constexpr int index
Definition: tablehelpers.h:34
edm
HLT enums.
Definition: AlignableModifier.h:19
edm::soa::impl::FoundIndex
Definition: tablehelpers.h:33
gpuVertexFinder::soa
ZVertexSoA * soa
Definition: gpuVertexFinder.cc:21
Exhume::I
const std::complex< double > I
Definition: I.h:8
gainCalibHelper::gainCalibPI::type
type
Definition: SiPixelGainCalibHelper.h:40
edm::soa::impl::GetIndex::index
static constexpr int index
Definition: tablehelpers.h:39
impl
Definition: trackAlgoPriorityOrder.h:18
relativeConstraints.value
value
Definition: relativeConstraints.py:53
AlignmentPI::index
index
Definition: AlignmentPayloadInspectorHelper.h:46
edm::soa::impl::GetIndex
Definition: tablehelpers.h:38